From 8efa0907058025d06f1a8450091f0af7f37d79e8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 11:00:47 +0200 Subject: [PATCH] Change interactionLinks to an array in runtime-interaction-system.test.ts --- tests/domain/runtime-interaction-system.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index f6a33f3c..f7e03316 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -1062,14 +1062,14 @@ describe("RuntimeInteractionSystem", () => { }) } }; - runtimeScene.interactionLinks = { - "link-npc-merchant-talk": createRunSequenceInteractionLink({ + runtimeScene.interactionLinks = [ + createRunSequenceInteractionLink({ id: "link-npc-merchant-talk", sourceEntityId: "entity-npc-merchant", trigger: "click", sequenceId: "sequence-merchant-talk" }) - }; + ]; const interactionSystem = new RuntimeInteractionSystem(); const prompt = interactionSystem.resolveClickInteractionPrompt(