diff options
author | 2021-11-25 19:55:33 +0000 | |
---|---|---|
committer | 2021-11-25 19:55:33 +0000 | |
commit | a6be95385edc1caccd84dc83a8d11ece86847c8b (patch) | |
tree | e2e4d68f91e85f8de06cadda33dee9f88084cfdd /tests | |
parent | Fix tests (diff) |
Remove debug `maxDiff` assignment.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/exts/moderation/infraction/test_utils.py | 1 |
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.""" |