Skip to content

Commit 871c2d3

Browse files
committed
don't fit
1 parent db36596 commit 871c2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ describe('mapbox plots', function() {
533533
.then(done, done.fail);
534534
}, LONG_TIMEOUT_INTERVAL);
535535

536-
fit('@gl should be able to add, update and remove layers', function(done) {
536+
it('@gl should be able to add, update and remove layers', function(done) {
537537
var mockWithLayers = require('../../image/mocks/mapbox_layers');
538538

539539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);

0 commit comments

Comments
 (0)