summaryrefslogtreecommitdiff
path: root/tests/qunit/suites/resources/jquery/jquery.color.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qunit/suites/resources/jquery/jquery.color.test.js')
-rw-r--r--tests/qunit/suites/resources/jquery/jquery.color.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qunit/suites/resources/jquery/jquery.color.test.js b/tests/qunit/suites/resources/jquery/jquery.color.test.js
index c8e8ac70..9afd793e 100644
--- a/tests/qunit/suites/resources/jquery/jquery.color.test.js
+++ b/tests/qunit/suites/resources/jquery/jquery.color.test.js
@@ -10,7 +10,7 @@
$canvas.animate( { backgroundColor: '#000' }, 10 ).promise().then( function () {
var endColors = $.colorUtil.getRGB( $canvas.css( 'background-color' ) );
- assert.deepEqual( endColors, [0, 0, 0], 'end state' );
+ assert.deepEqual( endColors, [ 0, 0, 0 ], 'end state' );
} );
this.clock.tick( 20 );