Skip to content

Commit 2cfa81b

Browse files
committed
Remove unneeded lines from sliders test
1 parent 5816c24 commit 2cfa81b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/jasmine/tests/sliders_test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ describe('updateevent and updatevalue', function() {
266266

267267
var mockCopy = Lib.extendDeep({}, mock);
268268

269-
mockCopy.layout.sliders[0].updateevent = 'plotly_someevent';
270-
mockCopy.layout.sliders[0].updateevent = 'plotly_someevent';
271-
272269
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
273270
});
274271

0 commit comments

Comments
 (0)