From aea8d7d5a39b9094e8a1221c52cd0ec9e86f4c98 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 15:36:01 +0200 Subject: [PATCH] Update test case for project document JSON serialization --- tests/serialization/project-document-json.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/serialization/project-document-json.test.ts b/tests/serialization/project-document-json.test.ts index 7d20d9f1..d03751ff 100644 --- a/tests/serialization/project-document-json.test.ts +++ b/tests/serialization/project-document-json.test.ts @@ -216,7 +216,8 @@ describe("project document JSON", () => { ...legacyScene, world: { ...legacyScene.world, - projectTimeLightingEnabled: undefined + projectTimeLightingEnabled: undefined, + timeOfDay: undefined } } },