From d071c77fc0a9c25a2aa78d67b43560a11cab1818 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 16:23:56 +0200 Subject: [PATCH] auto-git: [change] tests/serialization/scene-document-json.test.ts --- tests/serialization/scene-document-json.test.ts | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index ca8d14b4..b330f2a5 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -192,14 +192,12 @@ describe("scene document JSON", () => { legacyDocument.version = SHADER_SKY_HORIZON_HEIGHT_SCENE_DOCUMENT_VERSION; delete ( ( - ( - legacyDocument.world as { - shaderSky: { - stars: Record; - }; - } - ).shaderSky.stars - ) as Record + legacyDocument.world as { + shaderSky: { + stars: Record; + }; + } + ).shaderSky.stars as Record ).horizonFadeOffset; const migratedDocument = parseSceneDocumentJson(