From 47bb5ad8bb0aba38f666da34a1ead3f8cdf65188 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Wed, 15 Nov 2023 20:42:54 +0100 Subject: [PATCH] chore: clarify test comment --- tests/ext/commands/test_base_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):