mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
chore: update workspace dependencies
This commit is contained in:
@@ -3162,7 +3162,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
|
||||
editMessageTelegram.mockResolvedValue({ ok: true });
|
||||
dispatchReplyWithBufferedBlockDispatcher.mockImplementation(
|
||||
async ({ dispatcherOptions, replyOptions }) => {
|
||||
replyOptions?.onPartialReply?.({ text: "Processing..." });
|
||||
await replyOptions?.onPartialReply?.({ text: "Processing..." });
|
||||
await dispatcherOptions.deliver(
|
||||
{ text: "⚠️ exec failed", isError: true },
|
||||
{ kind: "block" },
|
||||
|
||||
Reference in New Issue
Block a user