test: remove redundant telegram command check · openclaw/openclaw@919ba6c
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -191,7 +191,6 @@ describe("createTelegramBot command menu", () => {
|
191 | 191 | ...native, |
192 | 192 | { command: "custom_backup", description: "Git backup" }, |
193 | 193 | ]); |
194 | | -expect(registered).not.toContainEqual({ command: "status", description: "Custom status" }); |
195 | 194 | expect(registered.find((command) => command.command === "status")).toEqual(nativeStatus); |
196 | 195 | expect(countMatching(registered, (command) => command.command === "status")).toBe(1); |
197 | 196 | expect(errorSpy).toHaveBeenCalled(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。