From 09c74189116cb17b81f923a101882c94f4cc4980 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 9 Nov 2021 01:53:00 +0100 Subject: [PATCH] Fix tests --- test/Actors.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Actors.spec.ts b/test/Actors.spec.ts index 17fcee3f1..38c2a7c17 100644 --- a/test/Actors.spec.ts +++ b/test/Actors.spec.ts @@ -52,7 +52,7 @@ export default class ActorsSpec extends T { [ "download latest version", () => { - const state = new UserRelatedState(AllKnownLayouts.allKnownLayouts.get("bookcases"), undefined) + const state = new UserRelatedState(AllKnownLayouts.allKnownLayouts.get("bookcases")) const feature = { "type": "Feature", "id": "node/5568693115",