diff --git a/test/Logic/Actors/Actors.spec.ts b/test/Logic/Actors/Actors.spec.ts index ef31ee319..19543b5bf 100644 --- a/test/Logic/Actors/Actors.spec.ts +++ b/test/Logic/Actors/Actors.spec.ts @@ -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(bookcaseJson, true)) + const state = new ThemeViewState(new LayoutConfig(bookcaseJson, true), new Set()) const feature: Feature = { type: "Feature", id: "node/5568693115",