mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Tests: ensure faster metadata tests pass on ARM64
This commit is contained in:
parent
171aade9cd
commit
aeecbe9396
@ -533,7 +533,7 @@ describe('Image metadata', function () {
|
|||||||
.withMetadata({ icc: fixtures.path('hilutite.icm') })
|
.withMetadata({ icc: fixtures.path('hilutite.icm') })
|
||||||
.toFile(output, function (err, info) {
|
.toFile(output, function (err, info) {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
fixtures.assertMaxColourDistance(output, fixtures.path('expected/hilutite.jpg'), 0);
|
fixtures.assertMaxColourDistance(output, fixtures.path('expected/hilutite.jpg'), 9);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user