Skip to content

Commit d718685

Browse files
committed
remove fit
1 parent 8a7b84c commit d718685

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
@@ -1726,7 +1726,7 @@ describe('test mapbox trace/layout *below* interactions', function() {
17261726
.then(done, done.fail);
17271727
}, 8 * jasmine.DEFAULT_TIMEOUT_INTERVAL);
17281728

1729-
fit('@gl should be warn when *below* value does not correspond to a layer on the map', function(done) {
1729+
it('@gl should be warn when *below* value does not correspond to a layer on the map', function(done) {
17301730
spyOn(Lib, 'warn');
17311731

17321732
var notGonnaWork = 'not-gonna-work';

0 commit comments

Comments
 (0)