From aeecbe9396c802fcc248e5c9184acd04c05fa000 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 26 Jan 2021 20:27:20 +0000 Subject: [PATCH] Tests: ensure faster metadata tests pass on ARM64 --- test/unit/metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/metadata.js b/test/unit/metadata.js index 303636be..e2695788 100644 --- a/test/unit/metadata.js +++ b/test/unit/metadata.js @@ -533,7 +533,7 @@ describe('Image metadata', function () { .withMetadata({ icc: fixtures.path('hilutite.icm') }) .toFile(output, function (err, info) { if (err) throw err; - fixtures.assertMaxColourDistance(output, fixtures.path('expected/hilutite.jpg'), 0); + fixtures.assertMaxColourDistance(output, fixtures.path('expected/hilutite.jpg'), 9); done(); }); });