From 3a80934aaaba2c7310ebbfcf216dd90fa9735d03 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 00:06:28 +0000 Subject: [PATCH] test(telegram): drop redundant plugin auth mock resets --- src/telegram/bot-native-commands.plugin-auth.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/telegram/bot-native-commands.plugin-auth.test.ts b/src/telegram/bot-native-commands.plugin-auth.test.ts index 085a5af09..f6f6d16c2 100644 --- a/src/telegram/bot-native-commands.plugin-auth.test.ts +++ b/src/telegram/bot-native-commands.plugin-auth.test.ts @@ -29,9 +29,6 @@ describe("registerTelegramNativeCommands (plugin auth)", () => { description: `Command ${i}`, })); getPluginCommandSpecs.mockReturnValue(specs); - matchPluginCommand.mockReset(); - executePluginCommand.mockReset(); - deliverReplies.mockReset(); const handlers: Record Promise> = {}; const setMyCommands = vi.fn().mockResolvedValue(undefined);