Skip to content

Commit afa614a

Browse files
[fix]UT
1 parent 199cc61 commit afa614a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/leaflet/mapping/TileLayer.WMTSSpec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,7 @@ describe('leaflet_TileLayerWMTS', () => {
103103
const tileUrl = WMTStiledMapLayerObject.getTileUrl(coords)
104104
expect(tileUrl).not.toBeNull();
105105
expect(tileUrl).toBe(GlobeParameter.WMTSURL + '/China/default/Custom_China/NaN/0/0.png?token=test');
106+
SecurityManager.destroyToken(url);
107+
SecurityManager.destroyAllCredentials();
106108
});
107109
});

0 commit comments

Comments
 (0)