aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-20 20:10:12 -0500
committerPriyansh <[email protected]>2022-01-20 20:10:12 -0500
commitae256487bea360ec41c42a36cea29c3611cfaf5f (patch)
tree114ad6d28aabb22da56e2ed0b78bf3e48a5e2544
parentaf142395129bd8d15833400b23767da8aa51c08d (diff)
downloadizuku.js-ae256487bea360ec41c42a36cea29c3611cfaf5f.tar.xz
izuku.js-ae256487bea360ec41c42a36cea29c3611cfaf5f.zip
fix: fix failing tests
-rw-r--r--tests/info.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/info.test.ts b/tests/info.test.ts
index 3f8c3dc..a710246 100644
--- a/tests/info.test.ts
+++ b/tests/info.test.ts
@@ -8,7 +8,7 @@ describe('info.ts', () => {
describe('Print size of frame', () => {
it('should print the size of the frame', () => {
const size = frame.size;
- expect(size).to.equal(34);
+ expect(size).to.equal(35);
});
});
describe('Print shape of frame', () => {