Ensure the tests for #1477 pass on OS X

This commit is contained in:
Lovell Fuller 2018-12-04 23:58:02 +01:00
parent f25dbd5f61
commit fd1ca1dbb2

View File

@ -65,7 +65,8 @@ describe('Recomb', function () {
assert.strictEqual(450, info.height); assert.strictEqual(450, info.height);
fixtures.assertMaxColourDistance( fixtures.assertMaxColourDistance(
output, output,
fixtures.expected('Landscape_1-recomb-sepia2.jpg') fixtures.expected('Landscape_1-recomb-sepia2.jpg'),
17
); );
done(); done();
}); });