aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-23 11:54:58 -0800
committerGravatar MarkKoz <[email protected]>2020-02-23 12:34:36 -0800
commita850a32135ef3b454abfe2ad017a46badd73d3c1 (patch)
tree50db42aabb664f42457d8255d102564f27a8a75d /tests
parentConfig: remove checkpoint_test and devtest (diff)
Constants: rename roles to match their names in the guild
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/cogs/test_information.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/cogs/test_information.py b/tests/bot/cogs/test_information.py
index deae7ebad..38293269f 100644
--- a/tests/bot/cogs/test_information.py
+++ b/tests/bot/cogs/test_information.py
@@ -19,7 +19,7 @@ class InformationCogTests(unittest.TestCase):
@classmethod
def setUpClass(cls):
- cls.moderator_role = helpers.MockRole(name="Moderator", id=constants.Roles.moderator)
+ cls.moderator_role = helpers.MockRole(name="Moderator", id=constants.Roles.moderators)
def setUp(self):
"""Sets up fresh objects for each test."""