diff --git a/src/infra/heartbeat-runner.test.ts b/src/infra/heartbeat-runner.test.ts index bd362413c..9d390bfbf 100644 --- a/src/infra/heartbeat-runner.test.ts +++ b/src/infra/heartbeat-runner.test.ts @@ -6,10 +6,10 @@ import { HEARTBEAT_PROMPT } from "../auto-reply/heartbeat.js"; import * as replyModule from "../auto-reply/reply.js"; import type { ClawdisConfig } from "../config/config.js"; import { - runHeartbeatOnce, resolveHeartbeatDeliveryTarget, resolveHeartbeatIntervalMs, resolveHeartbeatPrompt, + runHeartbeatOnce, } from "./heartbeat-runner.js"; describe("resolveHeartbeatIntervalMs", () => {