diff options
author | 2020-12-30 16:39:49 -0500 | |
---|---|---|
committer | 2020-12-30 16:39:49 -0500 | |
commit | fc8a1246b281fd0d495955e0b84c6fc75a59ba4d (patch) | |
tree | b01bb29b23ee59d7b23a3587cec1b349e8b15066 | |
parent | Merge branch 'master' of https://github.com/python-discord/bot into swfarnswo... (diff) |
"Pending: False" to "Verified: True" to agree with new semantics.
-rw-r--r-- | tests/bot/exts/info/test_information.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index 043cce8de..d077be960 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -355,7 +355,7 @@ class UserEmbedTests(unittest.IsolatedAsyncioTestCase): self.assertEqual( textwrap.dedent(f""" Joined: {"1 year ago"} - Pending: {"False"} + Verified: {"True"} Roles: &Moderators """).strip(), embed.fields[1].value |