Tests: tweak colour thresholds for (non-turbo) libjpeg compat

This commit is contained in:
Lovell Fuller
2018-09-21 19:51:47 +01:00
parent 93aac660a3
commit 1106aac2d8
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ describe('Image channel extraction', function () {
if (err) throw err;
assert.strictEqual(320, info.width);
assert.strictEqual(240, info.height);
fixtures.assertMaxColourDistance(output, fixtures.expected('extract-lch.jpg'));
fixtures.assertMaxColourDistance(output, fixtures.expected('extract-lch.jpg'), 9);
done();
});
});