aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-20 22:13:45 +0100
committerGravatar GitHub <[email protected]>2022-04-20 22:13:45 +0100
commit18c3bdfe31599445102b2922b28029939f62cff7 (patch)
tree35d2339cc710b31ff90acf4d020f61c1aa629f33 /tests/test_helpers.py
parentParse infraction search reason as regex before calling site (#2126) (diff)
parentRefactor a try/except that will never raise (diff)
Merge pull request #2118 from python-discord/bump-d.py-version
Bump Discord.py to latest alpha and use BotBase from bot-core
Diffstat (limited to 'tests/test_helpers.py')
-rw-r--r--tests/test_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helpers.py b/tests/test_helpers.py
index 81285e009..f3040b305 100644
--- a/tests/test_helpers.py
+++ b/tests/test_helpers.py
@@ -327,7 +327,7 @@ class MockObjectTests(unittest.TestCase):
def test_spec_propagation_of_mock_subclasses(self):
"""Test if the `spec` does not propagate to attributes of the mock object."""
test_values = (
- (helpers.MockGuild, "region"),
+ (helpers.MockGuild, "features"),
(helpers.MockRole, "mentionable"),
(helpers.MockMember, "display_name"),
(helpers.MockBot, "owner_id"),