Skip to content

Commit 0dcb1f7

Browse files
Update test/jasmine/tests/animate_test.js
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent 4474ca8 commit 0dcb1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/animate_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ describe('Animate expandObjectPaths do not pollute prototype', function() {
730730
transition: {duration: 10},
731731
data: [{y: [2, 3, 1]}],
732732
traces: [0],
733-
layout: {'__proto__.polluted': true}
733+
layout: {'__proto__.polluted': true, 'x.__proto__.polluted': true}
734734
});
735735
}).then(delay(100)).then(function() {
736736
var a = {};

0 commit comments

Comments
 (0)