We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac8cc6 commit 260d272Copy full SHA for 260d272
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(87352);
+ expect(data.length).toBe(87383);
24
});
25
26
0 commit comments