Skip to content

Commit

Permalink
[ci skip] Fix test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe authored Jan 18, 2018
1 parent a51de9e commit eee609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/path-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
assert.equal(el.$.boundChild.arrayLength, el.data.length);
});

test('splice correctly deletes length', function() {
test('splice correctly deletes full array if only 1 argument is passed in', function() {
el.data = [1,2,3];
assert.equal(el.data.length, 3);
el.splice('data', 0);
Expand Down

0 comments on commit eee609d

Please sign in to comment.