Update scene document serialization test to use lens flare version constant

This commit is contained in:
2026-05-19 21:13:58 +02:00
parent d09a826d19
commit 54b026eac0

View File

@@ -1171,9 +1171,7 @@ describe("scene document JSON", () => {
expect( expect(
migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode migratedDocument.splineCorridorJunctions[junction.id]?.shapeMode
).toBe("straight"); ).toBe("straight");
expect(CUSTOM_PBR_MATERIALS_SCENE_DOCUMENT_VERSION).toBe( expect(LENS_FLARE_SCENE_DOCUMENT_VERSION).toBe(SCENE_DOCUMENT_VERSION);
SCENE_DOCUMENT_VERSION
);
}); });
it("round-trips spline corridor junctions", () => { it("round-trips spline corridor junctions", () => {