Update expected version number for foliage wind scene document

This commit is contained in:
2026-05-21 08:09:41 +02:00
parent 93750e9b47
commit 02e8ca7432

View File

@@ -1173,7 +1173,7 @@ describe("scene document JSON", () => {
expect( expect(
migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode
).toBe("straight"); ).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", () => { it("round-trips spline corridor junctions", () => {