diff --git a/tests/domain/create-empty-scene-document.test.js b/tests/domain/create-empty-scene-document.test.js index 3bd36ef1..f81acae2 100644 --- a/tests/domain/create-empty-scene-document.test.js +++ b/tests/domain/create-empty-scene-document.test.js @@ -53,7 +53,9 @@ describe("createEmptySceneDocument", () => { focusDistance: 10, focalLength: 0.03, bokehScale: 1.5 - } + }, + fogPath: "performance", + waterPath: "performance" } }); expect(document.brushes).toEqual({});