aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-08 16:10:18 -0700
committerGravatar Mark <[email protected]>2022-06-08 16:10:18 -0700
commitcfe69d1d76e857cab5a8df98208671162cdd3f3b (patch)
treeaf03758d97deff81f0454777424f1eb9191c3fc9 /tests/test_helpers.py
parentImprove nomination message consistency and include user mentions (diff)
parentchore: Remove allowed_strings in favour of Literal (diff)
Merge main into nominations-tagging
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"),