From 4f6d42fffbdf6aa7b63494c2ef6ca6a8b2f98376 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:35:51 +0200 Subject: [PATCH] auto-git: [change] tests/serialization/scene-document-json.test.ts --- 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 979a72c9..14b9b94c 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -1056,7 +1056,7 @@ describe("scene document JSON", () => { id: "junction-json", center: { x: 1, y: 0, z: 2 }, radius: 2.5, - materialId: "mat-wall", + materialId: "starter-concrete-checker", terrainMode: "paintOnly", connections: [ { pathId: pathA.id, progress: 0.25, clipDistance: 2.5 },