Skip to content

Commit 35ffdd1

Browse files
SC-ClawSC-Claw
authored andcommitted
test(rescue): update cron config assertion for explicit enabled default
1 parent 699dd40 commit 35ffdd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/onboard-rescue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe("onboard rescue helpers", () => {
117117
});
118118
expect(config.agents?.defaults?.workspace).toBe("/tmp/workspace-rescue");
119119
expect(config.agents?.defaults?.heartbeat?.every).toBe("0m");
120-
expect(config.cron).toBeUndefined();
120+
expect(config.cron).toEqual({ enabled: true });
121121
expect(config.channels).toBeUndefined();
122122
expect(config.web).toBeUndefined();
123123
expect(config.wizard?.rescueWatchdog).toEqual({

0 commit comments

Comments
 (0)