aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-07-09 12:11:16 +0200
committerGravatar kwzrd <[email protected]>2020-07-09 12:11:16 +0200
commitddb1f556ace346a97b8639f278fae8915078e78d (patch)
treedf7cd02ff6440665be9b1f91b659c4b3e6ba6ef8 /tests
parentIncidents: 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.py2
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"),