From 75e37d72012c0217c483eeda323f629324314ed5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:38:44 +0200 Subject: [PATCH] Update left edge properties in spline road mesh test --- tests/geometry/spline-road-mesh.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/geometry/spline-road-mesh.test.ts b/tests/geometry/spline-road-mesh.test.ts index a32af413..20a017f8 100644 --- a/tests/geometry/spline-road-mesh.test.ts +++ b/tests/geometry/spline-road-mesh.test.ts @@ -101,7 +101,11 @@ describe("spline road mesh generation", () => { edges: { left: { enabled: true, - kind: "curb" + collisionEnabled: false, + kind: "curb", + width: 0.35, + height: 0.12, + materialId: null } } },