From 3af14eb13a0dd0ab1f67a6ecc7973c93a9c3a25a Mon Sep 17 00:00:00 2001 From: B0nes <35849006+b0nes1@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:51:52 +0100 Subject: Remove stray comment --- tests/bot/exts/moderation/test_slowmode.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bot/exts/moderation/test_slowmode.py b/tests/bot/exts/moderation/test_slowmode.py index 212934242..d75fcd2f1 100644 --- a/tests/bot/exts/moderation/test_slowmode.py +++ b/tests/bot/exts/moderation/test_slowmode.py @@ -152,8 +152,6 @@ class SlowmodeTests(RedisTestCase): """Check that the slowmode is reverted""" text_channel = MockTextChannel(name="python-general", slowmode_delay=2, id=123, jump_url="#python-general") mod_channel = MockTextChannel(name="mods", id=999, ) - # mock.MagicMock(return_value=text_channel) - mock_get_or_fetch_channel.side_effect = [text_channel, mod_channel] await self.cog.set_slowmode( -- cgit v1.2.3