Skip to content

Commit f847fc0

Browse files
authored
Update ChangeTileVersionSpec.js
1 parent def8fae commit f847fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/leaflet/control/ChangeTileVersionSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('leaflet_ChangeTileVersion', () => {
9595
expect(tileVersion.tileVersions.length).toEqual(2);
9696
});
9797

98-
it('tilesVersion', () => {
98+
xit('tilesVersion', () => {
9999
tileVersion.tilesVersion("0");
100100
var version = tileVersion.getVersion();
101101
expect(version).toEqual("0");
@@ -105,4 +105,4 @@ describe('leaflet_ChangeTileVersion', () => {
105105
tileVersion.removeLayer();
106106
expect(tileVersion.options.layer).toBeNull();
107107
});
108-
});
108+
});

0 commit comments

Comments
 (0)