From d68d8e6b2d23c0ec90ae6005f39dfa2b8200a374 Mon Sep 17 00:00:00 2001 From: Shakker Date: Tue, 12 May 2026 06:18:35 +0100 Subject: [PATCH] test: count dispatch idle marker --- src/auto-reply/dispatch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/dispatch.test.ts b/src/auto-reply/dispatch.test.ts index 196120aa59d..355b944b258 100644 --- a/src/auto-reply/dispatch.test.ts +++ b/src/auto-reply/dispatch.test.ts @@ -226,7 +226,7 @@ describe("withReplyDispatcher", () => { }); expect(typing.markRunComplete).toHaveBeenCalledTimes(1); - expect(typing.markDispatchIdle).toHaveBeenCalled(); + expect(typing.markDispatchIdle).toHaveBeenCalledTimes(1); }); it("runs message_sending hooks before inbound dispatcher delivery", async () => {