We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d633f commit b7b2db5Copy full SHA for b7b2db5
tests/coders/heic.spec.ts
@@ -11,7 +11,7 @@ describe('Coders#heic', () => {
11
it('should be able to write avif image', () => {
12
TestImages.Builtin.logo.use((image) => {
13
image.write(MagickFormat.Avif, data => {
14
- expect(data.length).toBe(11353);
+ expect(data.length).toBe(11333);
15
ImageMagick.read(data, image => {
16
expect(image.format).toBe(MagickFormat.Avif);
17
});
0 commit comments