diff --git a/tests/domain/project-schedule-control-options.test.ts b/tests/domain/project-schedule-control-options.test.ts index 85f03dde..e21dd1ec 100644 --- a/tests/domain/project-schedule-control-options.test.ts +++ b/tests/domain/project-schedule-control-options.test.ts @@ -49,7 +49,8 @@ describe("project schedule control options", () => { target: createActorControlTargetRef("guard"), pathId: "path-b", speed: 1.75, - loop: true + loop: true, + smoothPath: false }); expect(getProjectScheduleEffectOptionId(animationEffect)).toBe( @@ -82,7 +83,8 @@ describe("project schedule control options", () => { type: "followActorPath", pathId: "path-b", speed: 1.75, - loop: true + loop: true, + smoothPath: false }) ); });