Skip to content

Commit 834c447

Browse files
committed
test: use typed telegram skip reason
1 parent 4457e84 commit 834c447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/telegram/src/bot-message-dispatch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
27822782
dispatcherOptions.onSkip?.({ text: "NO_REPLY" }, { kind: "final", reason: "silent" });
27832783
dispatcherOptions.onSkip?.(
27842784
{ text: "automatic final suppressed" },
2785-
{ kind: "final", reason: "cancelled" },
2785+
{ kind: "final", reason: "empty" },
27862786
);
27872787
return {
27882788
queuedFinal: false,

0 commit comments

Comments
 (0)