diff options
| author | Priyansh <[email protected]> | 2022-01-20 20:10:12 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-20 20:10:12 -0500 |
| commit | ae256487bea360ec41c42a36cea29c3611cfaf5f (patch) | |
| tree | 114ad6d28aabb22da56e2ed0b78bf3e48a5e2544 /tests | |
| parent | af142395129bd8d15833400b23767da8aa51c08d (diff) | |
| download | izuku.js-ae256487bea360ec41c42a36cea29c3611cfaf5f.tar.xz izuku.js-ae256487bea360ec41c42a36cea29c3611cfaf5f.zip | |
fix: fix failing tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/info.test.ts | 2 |
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', () => { |
