Skip to content

Commit 9f3dd07

Browse files
committed
【fix】UT
1 parent 95bc240 commit 9f3dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/maplibregl/overlay/FGBLayerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('maplibregl_FGBLayer', () => {
137137
var cb = () => {
138138
if (fgblayer && map.getLayer(fgblayer.layerId)) {
139139
map.off('sourcedata', cb);
140-
fgblayer.moveLayer(fgblayer.id);
140+
fgblayer.moveLayer(fgblayer.layerId);
141141
fgblayer.setVisibility(false);
142142
map.removeLayer(fgblayer.id);
143143
fgblayer = null;

0 commit comments

Comments
 (0)