diff options
author | 2020-02-23 11:54:58 -0800 | |
---|---|---|
committer | 2020-02-23 12:34:36 -0800 | |
commit | a850a32135ef3b454abfe2ad017a46badd73d3c1 (patch) | |
tree | 50db42aabb664f42457d8255d102564f27a8a75d /tests | |
parent | Config: 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.py | 2 |
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.""" |