We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971b113 commit 2614496Copy full SHA for 2614496
tests/magick-image/write.spec.ts
@@ -20,7 +20,7 @@ describe('MagickImage#write', () => {
20
it('should save the image to an array', () => {
21
TestFiles.Images.Builtin.wizard.use((image) => {
22
image.write(MagickFormat.Png, (data) => {
23
- expect(data.length).toBe(87383);
+ expect(data.length).toBe(87352);
24
});
25
26
0 commit comments