test: count music completion announcements · openclaw/openclaw@b23b092
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
Commit b23b092
test: count music completion announcements
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -112,7 +112,7 @@ describe("music generate background helpers", () => {
|
112 | 112 | }); |
113 | 113 | |
114 | 114 | expect(taskDeliveryRuntimeMocks.sendMessage).not.toHaveBeenCalled(); |
115 | | -expect(announceDeliveryMocks.deliverSubagentAnnouncement).toHaveBeenCalled(); |
| 115 | +expect(announceDeliveryMocks.deliverSubagentAnnouncement).toHaveBeenCalledTimes(1); |
116 | 116 | }); |
117 | 117 | |
118 | 118 | it("warns channel completion agents that normal final replies are private", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments
Comments
(0)