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(