Skip to content

Commit 32cd273

Browse files
[fix]UT
1 parent fe97987 commit 32cd273

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/mapboxgl/mapping/WebMapV3Spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ describe('mapboxgl-webmap3.0', () => {
226226
expect(map).not.toBeUndefined();
227227
expect(mapstudioWebmap.map).toEqual(map);
228228
expect(Spy).toHaveBeenCalledTimes(2);
229-
const result2 = mapstudioWebmap._getPopupInfos({});
230-
expect(result2).toEqual([]);
231229
done();
232230
});
233231
});

0 commit comments

Comments
 (0)