Skip to content

Commit 961c747

Browse files
committed
remove comment
1 parent a408f14 commit 961c747

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,12 +533,10 @@ describe('mapbox plots', function() {
533533
.then(done, done.fail);
534534
}, LONG_TIMEOUT_INTERVAL);
535535

536-
// TODO: mockWithLayers.layout.mapbox.layers array only has 1 entry
537536
it('@gl should be able to add, update and remove layers', function(done) {
538537
var mockWithLayers = require('../../image/mocks/mapbox_layers');
539538

540539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
541-
542540
var layer1 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[1]);
543541

544542
var mapUpdate = {

0 commit comments

Comments
 (0)