From 54b026eac056486f12c4463f8fafe744b7f16b53 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 19 May 2026 21:13:58 +0200 Subject: [PATCH] Update scene document serialization test to use lens flare version constant --- tests/serialization/scene-document-json.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 4a556a78..ae72e7cf 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -1171,9 +1171,7 @@ describe("scene document JSON", () => { expect( migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode ).toBe("straight"); - expect(CUSTOM_PBR_MATERIALS_SCENE_DOCUMENT_VERSION).toBe( - SCENE_DOCUMENT_VERSION - ); + expect(LENS_FLARE_SCENE_DOCUMENT_VERSION).toBe(SCENE_DOCUMENT_VERSION); }); it("round-trips spline corridor junctions", () => {