Add name field to box brush in test

This commit is contained in:
2026-03-31 04:28:10 +02:00
parent 9b685f080f
commit 04ee14e9f0

View File

@@ -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,