diff --git a/tests/domain/runtime-control-foundation.test.ts b/tests/domain/runtime-control-foundation.test.ts index 4b8716c1..32f2a57e 100644 --- a/tests/domain/runtime-control-foundation.test.ts +++ b/tests/domain/runtime-control-foundation.test.ts @@ -400,7 +400,6 @@ describe("runtime control foundation", () => { playSound: () => {}, stopSound: () => {}, startNpcDialogue: () => {}, - startDialogue: () => {}, dispatchControlEffect: (effect, link) => { dispatches.push({ type: `${link.id}:${effect.type}`,