Regenerate flatten-rgb16-orange test expectation, reduce threshold

This commit is contained in:
Lovell Fuller 2019-09-21 19:47:08 +01:00
parent fb5c393fbd
commit 14af0bda61
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 824 B

View File

@ -54,7 +54,7 @@ describe('Alpha transparency', function () {
assert.strictEqual(true, info.size > 0);
assert.strictEqual(32, info.width);
assert.strictEqual(32, info.height);
fixtures.assertMaxColourDistance(output, fixtures.expected('flatten-rgb16-orange.jpg'), 25);
fixtures.assertMaxColourDistance(output, fixtures.expected('flatten-rgb16-orange.jpg'), 10);
done();
});
});