8000 【ut】fix ut · SuperMap/iClient-JavaScript@185bb22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 185bb22

Browse files
committed
【ut】fix ut
1 parent adb7137 commit 185bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mapboxgl/mapping/WebMapV2Spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ describe('mapboxgl_WebMapV2', () => {
14311431
const callback = function (data) {
14321432
const spy = spyOn(datavizWebmap._handler, 'transformFeatures').and.callThrough();
14331433
datavizWebmap.updateOverlayLayer(
1434-
{ id: 'test', projection: 'EPSG:3857' },
1434+
{ id: uniqueLayer_polygon.layers[0].name, projection: 'EPSG:3857' },
14351435
{
14361436
type: 'FeatureCollection',
14371437
features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [110, 10] } }]

0 commit comments

Comments
 (0)
0