Fix tests

This commit is contained in:
Pieter Vander Vennet 2024-02-19 15:43:46 +01:00
parent 1fa66e50f8
commit 56b83cfa36

View file

@ -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",