From 3bd22bf7c81de7c53863b39480dfca108e1f842c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 10:02:53 +0200 Subject: [PATCH] Update runtime interaction system test with position and yawDegrees --- tests/domain/runtime-interaction-system.test.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index 2548b22c..ac7b9e24 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -189,6 +189,8 @@ function createRuntimeNpcFixture(options: { actorId: `${options.entityId}-actor`, name: undefined, visible: true, + position: { x: 0, y: 0, z: 0 }, + yawDegrees: 0, modelAssetId: null, dialogues: [ { @@ -204,13 +206,7 @@ function createRuntimeNpcFixture(options: { } ], defaultDialogueId: options.dialogueId, - authoredPosition: { x: 0, y: 0, z: 0 }, - authoredYawDegrees: 0, - active: true, - activeRoutineId: null, activeRoutineTitle: null, - position: { x: 0, y: 0, z: 0 }, - yawDegrees: 0, animationClipName: null, animationLoop: undefined, resolvedPath: null,