chore: prep #38056 for landing (thanks @0xlin2023)

This commit is contained in:
Ayaan Zaidi
2026-03-06 22:18:28 +05:30
committed by Ayaan Zaidi
parent 59895f9c5a
commit f9d86b9256
2 changed files with 5 additions and 1 deletions

View File

@@ -783,7 +783,9 @@ describe("sendMessageTelegram", () => {
const chatId = "123";
const sendMessage = vi
.fn()
.mockRejectedValueOnce(new Error("Network request for 'sendMessage' failed after 1 attempts."))
.mockRejectedValueOnce(
new Error("Network request for 'sendMessage' failed after 1 attempts."),
)
.mockResolvedValueOnce({
message_id: 7,
chat: { id: chatId },