diff options
author | 2020-05-20 10:42:11 +0300 | |
---|---|---|
committer | 2020-05-20 10:42:11 +0300 | |
commit | 21916ad9c19a326eb8406ea751e5fd9f80e9d912 (patch) | |
tree | b1e1811f8289d9fc12ed0cf568b6b8232dfc08d0 | |
parent | (Infractions and ModLog Tests): Replaced `shortening` with `truncation`, remo... (diff) |
ModLog Tests: Fix truncation tests docstring
Co-authored-by: Leon Sandøy <[email protected]>
-rw-r--r-- | tests/bot/cogs/moderation/test_modlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/cogs/moderation/test_modlog.py b/tests/bot/cogs/moderation/test_modlog.py index d60836474..b5ad21a09 100644 --- a/tests/bot/cogs/moderation/test_modlog.py +++ b/tests/bot/cogs/moderation/test_modlog.py @@ -15,7 +15,7 @@ class ModLogTests(unittest.IsolatedAsyncioTestCase): self.channel = MockTextChannel() async def test_log_entry_description_truncation(self): - """Should truncate embed description for ModLog entry.""" + """Test that embed description for ModLog entry is truncated.""" self.bot.get_channel.return_value = self.channel await self.cog.send_log_message( icon_url="foo", |