From 7c4c9a476f97e59f7c79e60c81bececad14c9040 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 16:33:07 +0200 Subject: [PATCH] Add modelAssetId to entity target in editor-store tests --- tests/domain/editor-store.test.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/domain/editor-store.test.ts b/tests/domain/editor-store.test.ts index aed3d4da..c68c5c62 100644 --- a/tests/domain/editor-store.test.ts +++ b/tests/domain/editor-store.test.ts @@ -473,7 +473,8 @@ describe("EditorStore", () => { target: { kind: "entity", entityKind: "pointLight", - audioAssetId: null + audioAssetId: null, + modelAssetId: null }, center: { x: 2, @@ -488,7 +489,8 @@ describe("EditorStore", () => { target: { kind: "entity", entityKind: "pointLight", - audioAssetId: null + audioAssetId: null, + modelAssetId: null }, center: { x: 2, @@ -504,7 +506,8 @@ describe("EditorStore", () => { target: { kind: "entity", entityKind: "pointLight", - audioAssetId: null + audioAssetId: null, + modelAssetId: null }, center: { x: 2,