aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-12-08 13:51:45 +0100
committerGravatar GitHub <[email protected]>2021-12-08 13:51:45 +0100
commit5985ac1c193826380e8a16f44be2d9b91e1354b7 (patch)
tree02cce777db98e29ec165a27a087db67f815caf3e /tests/base.py
parentMerge remote-tracking branch 'upstream/main' into tag-groups (diff)
parentMerge pull request #1634 from Shivansh-007/modpings-schedule (diff)
Merge branch 'main' into tag-groups
Diffstat (limited to 'tests/base.py')
-rw-r--r--tests/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base.py b/tests/base.py
index ab9287e9a..5e304ea9d 100644
--- a/tests/base.py
+++ b/tests/base.py
@@ -103,4 +103,4 @@ class CommandTestCase(unittest.IsolatedAsyncioTestCase):
with self.assertRaises(commands.MissingPermissions) as cm:
await cmd.can_run(ctx)
- self.assertCountEqual(permissions.keys(), cm.exception.missing_perms)
+ self.assertCountEqual(permissions.keys(), cm.exception.missing_permissions)