diff options
author | 2020-12-11 05:06:03 -0800 | |
---|---|---|
committer | 2020-12-11 05:06:03 -0800 | |
commit | 2fa5b78e357bf45e23e188dc501180ed241237d1 (patch) | |
tree | 65eb9bd21667bed7ce1caba7cb9271fd34c103c5 /tests | |
parent | Merge branch 'master' into moderation/user-from-metricity (diff) |
Added catching for unparsable short ISO dates.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/exts/info/test_information.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index daede54c5..254b0a867 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -355,6 +355,7 @@ class UserEmbedTests(unittest.IsolatedAsyncioTestCase): self.assertEqual( textwrap.dedent(f""" Joined: {"1 year ago"} + Verified: {"False"} Roles: &Moderators """).strip(), embed.fields[1].value |