Browse Source

Fix tests from failing

pull/7888/head
Rapptz 3 years ago
parent
commit
e541be0427
  1. 2
      tests/test_app_commands_invoke.py

2
tests/test_app_commands_invoke.py

@ -105,7 +105,7 @@ class MockTree(discord.app_commands.CommandTree):
return await super().call(interaction)
async def on_error(
self, interaction: discord.Interaction, command: Any, error: discord.app_commands.AppCommandError
self, interaction: discord.Interaction, error: discord.app_commands.AppCommandError
) -> None:
self.last_exception = error

Loading…
Cancel
Save