diff options
author | 2020-07-09 12:11:16 +0200 | |
---|---|---|
committer | 2020-07-09 12:11:16 +0200 | |
commit | ddb1f556ace346a97b8639f278fae8915078e78d (patch) | |
tree | df7cd02ff6440665be9b1f91b659c4b3e6ba6ef8 /tests | |
parent | Incidents: use `moderation_roles` constant (diff) |
Incidents tests: improve in-line comment wording
Co-authored-by: MarkKoz <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/cogs/moderation/test_incidents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/cogs/moderation/test_incidents.py b/tests/bot/cogs/moderation/test_incidents.py index f8d479cef..789a37cd4 100644 --- a/tests/bot/cogs/moderation/test_incidents.py +++ b/tests/bot/cogs/moderation/test_incidents.py @@ -318,7 +318,7 @@ class TestArchive(TestIncidents): webhook = MockAsyncWebhook() self.cog_instance.bot.fetch_webhook = AsyncMock(return_value=webhook) # Patch in our webhook - # Define our own `incident` for archivation + # Define our own `incident` to be archived incident = MockMessage( content="this is an incident", author=MockUser(name="author_name", avatar_url="author_avatar"), |