mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:44:44 +00:00
test: count dispatch idle marker
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user