diff --git a/tests/domain/create-empty-scene-document.test.ts b/tests/domain/create-empty-scene-document.test.ts index 0f8a6f1a..6d333384 100644 --- a/tests/domain/create-empty-scene-document.test.ts +++ b/tests/domain/create-empty-scene-document.test.ts @@ -58,7 +58,8 @@ describe("createEmptySceneDocument", () => { bokehScale: 1.5 }, fogPath: "performance", - waterPath: "performance" + waterPath: "performance", + waterReflectionMode: "none" } }); expect(document.brushes).toEqual({});