Skip to content

Commit

Permalink
【ut】fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Nov 26, 2024
1 parent adb7137 commit 185bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mapboxgl/mapping/WebMapV2Spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ describe('mapboxgl_WebMapV2', () => {
const callback = function (data) {
const spy = spyOn(datavizWebmap._handler, 'transformFeatures').and.callThrough();
datavizWebmap.updateOverlayLayer(
{ id: 'test', projection: 'EPSG:3857' },
{ id: uniqueLayer_polygon.layers[0].name, projection: 'EPSG:3857' },
{
type: 'FeatureCollection',
features: [{ type: 'Feature', geometry: { type: 'Point', coordinates: [110, 10] } }]
Expand Down

0 comments on commit 185bb22

Please sign in to comment.