From 04ee14e9f04da889ddba8c16d7b07646b1678a68 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 04:28:10 +0200 Subject: [PATCH] Add name field to box brush in test --- tests/serialization/scene-document-json.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/serialization/scene-document-json.test.ts b/tests/serialization/scene-document-json.test.ts index 94cbcfeb..827e15c5 100644 --- a/tests/serialization/scene-document-json.test.ts +++ b/tests/serialization/scene-document-json.test.ts @@ -18,6 +18,7 @@ describe("scene document JSON", () => { it("round-trips a document containing a canonical box brush", () => { const brush = createBoxBrush({ id: "brush-box-room", + name: "Entry Room", center: { x: 0, y: 1,