forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
1fa66e50f8
commit
56b83cfa36
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Utils.injectJsonDownloadForTests("https://www.openstreetmap.org/api/0.6/node/556
|
|||
})
|
||||
|
||||
it("should download the latest version", async () => {
|
||||
const state = new ThemeViewState(new LayoutConfig(<any>bookcaseJson, true))
|
||||
const state = new ThemeViewState(new LayoutConfig(<any>bookcaseJson, true), new Set<string>())
|
||||
const feature: Feature<Geometry, OsmTags> = {
|
||||
type: "Feature",
|
||||
id: "node/5568693115",
|
||||
|
|
Loading…
Reference in a new issue