aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2022-04-22 01:27:54 +0300
committerGravatar GitHub <[email protected]>2022-04-22 01:27:54 +0300
commit014d65a98a8abae3664d013d9ee26a2302166c2d (patch)
tree5df941ef1cb4e925741f051dbaba94e8ec9557ea /tests/test_helpers.py
parentAdd discord.Thread to slowmode cog channel converters (diff)
parentMerge pull request #2143 from python-discord/bump-bot-core (diff)
Merge branch 'main' into slowmode/add-better-thread-support
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"),