Skip to content

Commit 569d7e5

Browse files
committed
Fix typo
1 parent 879191d commit 569d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ describe('Test gl2d plots', function() {
969969
.then(done);
970970
});
971971

972-
it('should reversibly change plot type with incomplete data', function(done) {
972+
it('should change plot type with incomplete data', function(done) {
973973
Plotly.plot(gd, [{}]);
974974

975975
expect(function() {

0 commit comments

Comments
 (0)