From ec3297e550ba5ee7c160ecc0b40353ee8d81dce7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 03:48:18 +0200 Subject: [PATCH] Update method name in runtime control foundation test --- tests/domain/runtime-control-foundation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/runtime-control-foundation.test.ts b/tests/domain/runtime-control-foundation.test.ts index 96e63f36..3f9d2025 100644 --- a/tests/domain/runtime-control-foundation.test.ts +++ b/tests/domain/runtime-control-foundation.test.ts @@ -393,7 +393,7 @@ describe("runtime control foundation", () => { runtimeScene, { teleportPlayer: () => {}, - activateSceneExit: () => {}, + startSceneTransition: () => {}, toggleBrushVisibility: () => {}, playAnimation: () => {}, stopAnimation: () => {},