diff --git a/tests/domain/terrain.command.test.ts b/tests/domain/terrain.command.test.ts index e8c25ad9..705d9026 100644 --- a/tests/domain/terrain.command.test.ts +++ b/tests/domain/terrain.command.test.ts @@ -174,7 +174,8 @@ describe("terrain commands", () => { patch: { terrainId: terrain.id, heightSamples: [{ index: 4, before: 0, after: 2 }], - paintWeights: [{ index: 1, before: 0, after: 0.5 }] + paintWeights: [{ index: 1, before: 0, after: 0.5 }], + foliageMaskValues: [] } }) );