diff options
| author | 2021-06-10 15:26:42 +0200 | |
|---|---|---|
| committer | 2021-06-10 15:26:42 +0200 | |
| commit | e75a46a4e8facec815ec374a12eaf400a404ee9c (patch) | |
| tree | 825ea5ef8b4210427443097555aa291284a2e1c7 /tests | |
| parent | Infraction: DM mention that the expiration is in UTC time (diff) | |
Tests: update infraction DM to mention UTC
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, | 
