diff options
author | 2025-07-01 01:51:52 +0100 | |
---|---|---|
committer | 2025-07-01 01:51:52 +0100 | |
commit | 3af14eb13a0dd0ab1f67a6ecc7973c93a9c3a25a (patch) | |
tree | ecc4216b4eba803baa33705742f6f3ce286f583e | |
parent | General refactoring, change message formatting, update tests (diff) |
Remove stray comment
-rw-r--r-- | tests/bot/exts/moderation/test_slowmode.py | 2 |
1 files changed, 0 insertions, 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( |