Skip to content

Commit

Permalink
Test all setter methods
Browse files Browse the repository at this point in the history
  • Loading branch information
andsnpl committed Jul 25, 2015
1 parent c6ad86f commit 49c26cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -96,7 +96,7 @@ it('Channel getters/setters', function() {
});

it('Setting the same value', function () {
var colorString = 'BADA55',
var colorString = '#BADA55',
color = Color(colorString),
alpha = color.alpha(),
red = color.red(),
Expand Down

0 comments on commit 49c26cb

Please sign in to comment.