Skip to content

Commit

Permalink
Changes due to jpeg-xl upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 9, 2024
1 parent 37b7256 commit 53b0497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coders/jxl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Coders#jxl', () => {
it('should be able to write jxl image', () => {
TestImages.Builtin.logo.use((image) => {
image.write(MagickFormat.Jxl, data => {
expect(data.length).toBe(36486);
expect(data.length).toBe(37904);
});
});
});
Expand Down

0 comments on commit 53b0497

Please sign in to comment.