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,