mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 14:58:56 +00:00
test(telegram): drop redundant plugin auth mock resets
This commit is contained in:
parent
342cd19e91
commit
3a80934aaa
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ describe("registerTelegramNativeCommands (plugin auth)", () => {
|
|||
description: `Command ${i}`,
|
||||
}));
|
||||
getPluginCommandSpecs.mockReturnValue(specs);
|
||||
matchPluginCommand.mockReset();
|
||||
executePluginCommand.mockReset();
|
||||
deliverReplies.mockReset();
|
||||
|
||||
const handlers: Record<string, (ctx: unknown) => Promise<void>> = {};
|
||||
const setMyCommands = vi.fn().mockResolvedValue(undefined);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue