Skip to content

Commit 0aad7ea

Browse files
committed
fixup (add missing @gl)
1 parent cd8d8ab commit 0aad7ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jasmine/tests/gl2d_click_test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ describe('@noCI Test gl2d lasso/select:', function() {
11361136
.then(done);
11371137
});
11381138

1139-
it('should work on overlaid subplots', function(done) {
1139+
it('@gl should work on overlaid subplots', function(done) {
11401140
gd = createGraphDiv();
11411141

11421142
var scene, scene2;
@@ -1176,6 +1176,5 @@ describe('@noCI Test gl2d lasso/select:', function() {
11761176
})
11771177
.catch(failTest)
11781178
.then(done);
1179-
11801179
});
11811180
});

0 commit comments

Comments
 (0)