Skip to content

Commit 218744d

Browse files
committed
Fix command api test that doesn't actually test anything
1 parent 242f3b4 commit 218744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/command_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ describe('component bindings', function() {
516516
it('does not update the component if the value is not present', function(done) {
517517
expect(gd.layout.sliders[0].active).toBe(0);
518518

519-
Plotly.restyle(gd, 'marker.color', 'ecru').then(function() {
519+
Plotly.restyle(gd, 'marker.color', 'black').then(function() {
520520
expect(gd.layout.sliders[0].active).toBe(0);
521521
}).catch(fail).then(done);
522522
});

0 commit comments

Comments
 (0)