aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py
diff options
context:
space:
mode:
authorGravatar mbaruh <[email protected]>2024-03-17 23:14:26 +0200
committerGravatar mbaruh <[email protected]>2024-03-17 23:14:26 +0200
commitd4d8e6d0af376e32112512a3726df8f1449deb01 (patch)
treee3f4c4f53ca17c6129b586e167dfa83e1c2cf51d /tests/test_helpers.py
parentMake the moderator the author of the compban for phishing attempts (diff)
parentMerge 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.py1
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)