Skip to content

Commit

Permalink
chore: clarify test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 15, 2023
1 parent cd42772 commit 47bb5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ext/commands/test_base_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def cmd(
):
...

# this should not raise a warning about missing localizations
# Ensure the command copy that happens on cog init doesn't raise a LocalizationWarning for the options.
cog = Cog()

with pytest.warns(disnake.LocalizationWarning):
Expand Down

0 comments on commit 47bb5ad

Please sign in to comment.