diff --git a/test/tests/Color.js b/test/tests/Color.js index b5ecd4fc..3fc4d877 100644 --- a/test/tests/Color.js +++ b/test/tests/Color.js @@ -178,6 +178,6 @@ test('Color#convert', function() { return converted !== color; }, true); equals(function() { - return converted.equals(color) + return converted.equals(color); }, true); }); \ No newline at end of file