Skip to content

Commit 3af14eb

Browse files
committed
Remove stray comment
1 parent a798c38 commit 3af14eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/bot/exts/moderation/test_slowmode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ async def test_revert_slowmode_callback(self, mock_get_or_fetch_channel) -> None
152152
"""Check that the slowmode is reverted"""
153153
text_channel = MockTextChannel(name="python-general", slowmode_delay=2, id=123, jump_url="#python-general")
154154
mod_channel = MockTextChannel(name="mods", id=999, )
155-
# mock.MagicMock(return_value=text_channel)
156-
157155
mock_get_or_fetch_channel.side_effect = [text_channel, mod_channel]
158156

159157
await self.cog.set_slowmode(

0 commit comments

Comments
 (0)