Skip to content

Commit

Permalink
Fix broken test on CI (cont. 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Jan 29, 2023
1 parent 27dcc45 commit 5c96371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kitchensink.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('app', () => {
);
expect(resp.status).toEqual(200);
expect(resp.type).toEqual('image/png');
expect(resp.body.length).toBeGreaterThan(19 * KB);
expect(resp.body.length).toBeGreaterThan(18 * KB);
});

test('flowchart webp', async () => {
Expand Down

0 comments on commit 5c96371

Please sign in to comment.