aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-06-07 22:08:55 +0100
committerGravatar GitHub <[email protected]>2022-06-07 22:08:55 +0100
commit12a1da100e63c61504b484450e4e57675ca15ba0 (patch)
treed9bb6787e34f5e2e0a90783b09cea27a64574557 /tests/test_helpers.py
parentHelpChannels: refactor pin/unpin functions (diff)
parentMerge pull request #2187 from Numerlor/doc-remove-signature-headerlink (diff)
Merge branch 'main' into feature/1903/fix-pin-inconsistency
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"),