Skip to content

Commit 2877e0e

Browse files
committed
fixing lint issues in colorlist test
1 parent 1edd000 commit 2877e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/lib_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ describe('Test lib.js:', function() {
10741074
});
10751075

10761076
it('should work for valType \'colorlist\' where', function() {
1077-
var shouldPass = [['red'],['#ffffff'],['rgba(0,0,0,1)'], ['red', 'green', 'blue']],
1077+
var shouldPass = [['red'], ['#ffffff'], ['rgba(0,0,0,1)'], ['red', 'green', 'blue']],
10781078
shouldFail = [1, null, undefined, {}, [], 'red', ['red', null]];
10791079

10801080
assert(shouldPass, shouldFail, {

0 commit comments

Comments
 (0)