Skip to content

Commit eee609d

Browse files
authored
[ci skip] Fix test case name
1 parent a51de9e commit eee609d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/path-effects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
assert.equal(el.$.boundChild.arrayLength, el.data.length);
499499
});
500500

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

0 commit comments

Comments
 (0)