Tests: ensure faster metadata tests pass on ARM64

This commit is contained in:
Lovell Fuller 2021-01-26 20:27:20 +00:00
parent 171aade9cd
commit aeecbe9396

View File

@ -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();
}); });
}); });