Update test case to use constant version for unsupported document checks

This commit is contained in:
2026-05-11 22:00:16 +02:00
parent a9c7ca93db
commit 3fd2b6811b

View File

@@ -4106,7 +4106,7 @@ describe("scene document JSON", () => {
it("rejects unsupported versions", () => { it("rejects unsupported versions", () => {
expect(() => expect(() =>
migrateSceneDocument({ migrateSceneDocument({
version: 99, version: SCENE_DOCUMENT_VERSION + 1,
name: "Legacy", name: "Legacy",
world: {}, world: {},
textures: {}, textures: {},