Skip to content

Commit b2dd511

Browse files
committed
Fix layer order in unit tests for PermalinkController.
1 parent 4988516 commit b2dd511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/specs/components/ol/PermalinkController.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ describe('ol/Map.vue', () => {
172172
}
173173
});
174174

175-
expect(vm.permalinkController.getParamStr()).to.equal('#z=' + newZoom + '&c=8.9832%2C17.6789&r=0&l=ahocevar-imagewms%2Cahocevar-wms%2Cosm-bg');
175+
expect(vm.permalinkController.getParamStr()).to.equal('#z=' + newZoom + '&c=8.9832%2C17.6789&r=0&l=osm-bg%2Cahocevar-wms%2Cahocevar-imagewms');
176176
});
177177

178178
afterEach(() => {

0 commit comments

Comments
 (0)