diff options
| author | 2020-03-13 07:32:21 +0000 | |
|---|---|---|
| committer | 2020-03-13 07:32:21 +0000 | |
| commit | 1d486096e20dde3bcf6bc95ced0557840625e84d (patch) | |
| tree | dcc4475c2d7106c6408b8e458fcb1f3ae1261cf2 /tests/bot | |
| parent | (Moderation Utils Tests): Moved `return_value` to `patch` decorator. (diff) | |
(Moderation Utils Tests): Fixed formatting in `notify_pardon` test.
Diffstat (limited to 'tests/bot')
| -rw-r--r-- | tests/bot/cogs/moderation/test_utils.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/bot/cogs/moderation/test_utils.py b/tests/bot/cogs/moderation/test_utils.py index 6702372d6..2e4c31836 100644 --- a/tests/bot/cogs/moderation/test_utils.py +++ b/tests/bot/cogs/moderation/test_utils.py @@ -197,7 +197,8 @@ class ModerationUtilsTests(unittest.IsolatedAsyncioTestCase):              expected = Embed(                  description="Example content", -                colour=PARDON_COLOR).set_author( +                colour=PARDON_COLOR +            ).set_author(                  name="Test title",                  icon_url=case["icon"]              ) | 
