From 02e8ca74327e631144c7cff09d37255398472c95 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 21 May 2026 08:09:41 +0200 Subject: [PATCH] Update expected version number for foliage wind scene document --- tests/serialization/scene-document-json.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 7b6eca42..5b641fb3 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -1173,7 +1173,7 @@ describe("scene document JSON", () => { expect( migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode ).toBe("straight"); - expect(FOLIAGE_WIND_SCENE_DOCUMENT_VERSION).toBe(SCENE_DOCUMENT_VERSION); + expect(FOLIAGE_WIND_SCENE_DOCUMENT_VERSION).toBe(112); }); it("round-trips spline corridor junctions", () => {