aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/moderation/test_silence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/moderation/test_silence.py b/tests/bot/exts/moderation/test_silence.py
index 2392e6e59..5c6e2d0f1 100644
--- a/tests/bot/exts/moderation/test_silence.py
+++ b/tests/bot/exts/moderation/test_silence.py
@@ -564,7 +564,7 @@ class SilenceTests(unittest.IsolatedAsyncioTestCase):
self.cog.scheduler.schedule_later.assert_not_called()
async def test_correct_permission_updates(self):
- """Tests if _set_silence_overwrites can correctly get and update permissions."""
+ """Tests if _set_silence_overwrites can correctly get and update permissions."""
self.assertTrue(await self.cog._set_silence_overwrites(self.text_channel))
self.assertFalse(self.text_overwrite.send_messages or self.text_overwrite.add_reactions)