diff options
author | 2024-03-17 23:14:26 +0200 | |
---|---|---|
committer | 2024-03-17 23:14:26 +0200 | |
commit | d4d8e6d0af376e32112512a3726df8f1449deb01 (patch) | |
tree | e3f4c4f53ca17c6129b586e167dfa83e1c2cf51d /tests/test_helpers.py | |
parent | Make the moderator the author of the compban for phishing attempts (diff) | |
parent | Merge pull request #2953 from python-discord/dependabot/pip/pytest-8.1.1 (diff) |
Merge branch 'main' into phishing_button
Diffstat (limited to 'tests/test_helpers.py')
-rw-r--r-- | tests/test_helpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_helpers.py b/tests/test_helpers.py index fa7d0eb44..3d4cb09e7 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -316,7 +316,6 @@ class MockObjectTests(unittest.TestCase): class MyMock(helpers.CustomMockMixin, unittest.mock.MagicMock): child_mock_type = unittest.mock.MagicMock - pass mock = MyMock() unittest.mock.seal(mock) |