Skip to content

Commit 6b10abb

Browse files
committed
Switch the debug code
1 parent b3ef15b commit 6b10abb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/jasmine/tests/scatter3d_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('Test scatter3d interactions:', function() {
123123
mock2.data[0].surfaceaxis = 2;
124124
mock2.layout.showlegend = true;
125125

126-
it('@gl should be able to reversibly change trace type', function(done) {
126+
fit('@gl should be able to reversibly change trace type', function(done) {
127127
var _mock = Lib.extendDeep({}, mock2);
128128
var sceneLayout = { aspectratio: { x: 1, y: 1, z: 1 } };
129129

@@ -161,7 +161,7 @@ describe('Test scatter3d interactions:', function() {
161161
.then(done, done.fail);
162162
});
163163

164-
fit('@gl should be able to delete the last trace', function(done) {
164+
it('@gl should be able to delete the last trace', function(done) {
165165
var _mock = Lib.extendDeep({}, mock2);
166166

167167
Plotly.newPlot(gd, _mock)

0 commit comments

Comments
 (0)