Skip to content

Commit 22112f9

Browse files
committed
Unsingle test
1 parent 39be256 commit 22112f9

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
@@ -1612,7 +1612,7 @@ describe('Test gl2d plots', function() {
16121612
.then(done);
16131613
});
16141614

1615-
fit('should display selection of big number of points', function(done) {
1615+
it('should display selection of big number of points', function(done) {
16161616
// generate large number of points
16171617
var x = [], y = [], n = 2e2, N = n * n;
16181618
for(var i = 0; i < N; i++) {

0 commit comments

Comments
 (0)