diff options
author | 2022-06-08 16:10:18 -0700 | |
---|---|---|
committer | 2022-06-08 16:10:18 -0700 | |
commit | cfe69d1d76e857cab5a8df98208671162cdd3f3b (patch) | |
tree | af03758d97deff81f0454777424f1eb9191c3fc9 /tests/test_helpers.py | |
parent | Improve nomination message consistency and include user mentions (diff) | |
parent | chore: 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.py | 2 |
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"), |