diff options
author | 2020-11-24 12:29:51 +0300 | |
---|---|---|
committer | 2020-11-24 12:29:51 +0300 | |
commit | c37e9842602f6e8e7bb2cc0897a6c8e0988f7cff (patch) | |
tree | 40a07f878e4b88934f40f0e2930e52d445af2849 /tests | |
parent | Removes AnyChannel Converter (diff) |
Fixes Typo in Doc
Co-authored-by: Mark <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/exts/moderation/test_silence.py | 2 |
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) |