aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2021-11-25 19:55:33 +0000
committerGravatar Izan <[email protected]>2021-11-25 19:55:33 +0000
commita6be95385edc1caccd84dc83a8d11ece86847c8b (patch)
treee2e4d68f91e85f8de06cadda33dee9f88084cfdd /tests
parentFix tests (diff)
Remove debug `maxDiff` assignment.
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/moderation/infraction/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/exts/moderation/infraction/test_utils.py b/tests/bot/exts/moderation/infraction/test_utils.py
index 999dbd1c6..350274ecd 100644
--- a/tests/bot/exts/moderation/infraction/test_utils.py
+++ b/tests/bot/exts/moderation/infraction/test_utils.py
@@ -19,7 +19,6 @@ class ModerationUtilsTests(unittest.IsolatedAsyncioTestCase):
self.member = MockMember(id=1234)
self.user = MockUser(id=1234)
self.ctx = MockContext(bot=self.bot, author=self.member)
- self.maxDiff = None
async def test_post_user(self):
"""Should POST a new user and return the response if successful or otherwise send an error message."""