From e73aed9063e774bcbb7720aaa23365ad95e17604 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 06:55:45 +0200 Subject: [PATCH] Add foamContactLimit to water properties in create-box-brush.command.test.ts --- tests/domain/create-box-brush.command.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/domain/create-box-brush.command.test.ts b/tests/domain/create-box-brush.command.test.ts index 0d763829..1d090772 100644 --- a/tests/domain/create-box-brush.command.test.ts +++ b/tests/domain/create-box-brush.command.test.ts @@ -295,7 +295,8 @@ describe("box brush commands", () => { water: { colorHex: "#3a7dc2", surfaceOpacity: 0.65, - waveStrength: 0.4 + waveStrength: 0.4, + foamContactLimit: 6 } } })