Skip to content

Commit ba4fb59

Browse files
committed
Modify tests
1 parent d784885 commit ba4fb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic-test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
test('get 8 colors when slices > 4',function() {
6464
assert.equal(myEl.colors.length,0);
6565
myEl.data = [1,2,3,4,5];
66-
assert.equal(myEl._getColors().length,8);
66+
assert.equal(myEl._getColors(null).length,8);
6767
});
6868
test('get 16 colors when slices > 8',function() {
6969
assert.equal(myEl.colors.length,0);

0 commit comments

Comments
 (0)