diff --git a/tests/ext/commands/test_base_core.py b/tests/ext/commands/test_base_core.py index b69a427333..cc67e2c3ec 100644 --- a/tests/ext/commands/test_base_core.py +++ b/tests/ext/commands/test_base_core.py @@ -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):