Skip to content

Commit 2614496

Browse files
committed
Updated unit tests due to changes in ImageMagick.
1 parent 971b113 commit 2614496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/magick-image/write.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('MagickImage#write', () => {
2020
it('should save the image to an array', () => {
2121
TestFiles.Images.Builtin.wizard.use((image) => {
2222
image.write(MagickFormat.Png, (data) => {
23-
expect(data.length).toBe(87383);
23+
expect(data.length).toBe(87352);
2424
});
2525
});
2626
});

0 commit comments

Comments
 (0)