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);