diff options
author | 2022-02-14 01:51:23 +0000 | |
---|---|---|
committer | 2022-02-16 22:12:05 +0000 | |
commit | 6c139905cca53f7810a100435955ec0c5fbc30e1 (patch) | |
tree | 462f81cf404c290a565149778a3ad0b2475e280c /tests | |
parent | Add tests for new CleanBan and Clean functionality (diff) |
Send error when cleanban fails to ban
Co-authored-by: GDWR <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/exts/moderation/infraction/test_infractions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/moderation/infraction/test_infractions.py b/tests/bot/exts/moderation/infraction/test_infractions.py index 57235ec6d..8845fb382 100644 --- a/tests/bot/exts/moderation/infraction/test_infractions.py +++ b/tests/bot/exts/moderation/infraction/test_infractions.py @@ -271,7 +271,7 @@ class CleanBanTests(unittest.IsolatedAsyncioTestCase): self.ctx, self.user, "FooBar", - 1, + purge_days=1, expires_at=None, ) |