Skip to content

Commit

Permalink
Changes due to upgrade of Magick.Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 21, 2022
1 parent d1d16c5 commit 9bd12f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/magick-image/write.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('MagickImage#write', () => {
it('should save the image to an array', () => {
image.read('logo:');
image.write((data) => {
expect(data.length).toBe(27398);
expect(data.length).toBe(27450);
}, MagickFormat.Png);
});
});

0 comments on commit 9bd12f7

Please sign in to comment.