diff options
| author | 2021-06-10 18:41:01 +0100 | |
|---|---|---|
| committer | 2021-06-10 18:41:01 +0100 | |
| commit | d5ed4a11031cbe2f316283f644289f8296f971d1 (patch) | |
| tree | 9213b1a7e8190ef9985a46bf71bf0d4b58f5fccb /tests | |
| parent | Edit ignore close messages if statement (diff) | |
| parent | Merge pull request #1633 from python-discord/infraction-dm-utc (diff) | |
Merge branch 'main' into jake/helpdm
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bot/exts/moderation/infraction/test_utils.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/bot/exts/moderation/infraction/test_utils.py b/tests/bot/exts/moderation/infraction/test_utils.py index ee9ff650c..50a717bb5 100644 --- a/tests/bot/exts/moderation/infraction/test_utils.py +++ b/tests/bot/exts/moderation/infraction/test_utils.py @@ -137,7 +137,7 @@ class ModerationUtilsTests(unittest.IsolatedAsyncioTestCase):                      title=utils.INFRACTION_TITLE,                      description=utils.INFRACTION_DESCRIPTION_TEMPLATE.format(                          type="Ban", -                        expires="2020-02-26 09:20 (23 hours and 59 minutes)", +                        expires="2020-02-26 09:20 (23 hours and 59 minutes) UTC",                          reason="No reason provided."                      ),                      colour=Colours.soft_red, @@ -193,7 +193,7 @@ class ModerationUtilsTests(unittest.IsolatedAsyncioTestCase):                      title=utils.INFRACTION_TITLE,                      description=utils.INFRACTION_DESCRIPTION_TEMPLATE.format(                          type="Mute", -                        expires="2020-02-26 09:20 (23 hours and 59 minutes)", +                        expires="2020-02-26 09:20 (23 hours and 59 minutes) UTC",                          reason="Test"                      ),                      colour=Colours.soft_red, | 
