From 63b96e97bbcf349daf1ab5cc1386431ac9ec0181 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 4 May 2025 12:08:57 +0200 Subject: [PATCH] Fix: fix tests --- test/Logic/ExtraFunctions.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Logic/ExtraFunctions.spec.ts b/test/Logic/ExtraFunctions.spec.ts index 3759888f7d..006be1cff6 100644 --- a/test/Logic/ExtraFunctions.spec.ts +++ b/test/Logic/ExtraFunctions.spec.ts @@ -109,6 +109,7 @@ describe("OverlapFunc", () => { const params: ExtraFuncParams = { getFeatureById: () => undefined, + getProbablyOverlapsWith: () => [[door]], getFeaturesWithin: () => [[door]], } const helpers = ExtraFunctions.constructHelpers(params)