test: dedupe zalo pairing mock read · openclaw/openclaw@db6bb6d
steipete
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -84,7 +84,7 @@ describe("Zalo pairing lifecycle", () => {
|
84 | 84 | meta: { name: "Unauthorized User" }, |
85 | 85 | }); |
86 | 86 | expect(sendMessageMock).toHaveBeenCalledTimes(1); |
87 | | -const [sendToken, sendPayload, sendOptions] = sendMessageMock.mock.calls.at(0) as [ |
| 87 | +const [sendToken, sendPayload, sendOptions] = sendMessageMock.mock.calls[0] as [ |
88 | 88 | string, |
89 | 89 | { chat_id?: string; text?: string }, |
90 | 90 | unknown, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。