diff options
| author | 2020-12-31 00:37:45 -0500 | |
|---|---|---|
| committer | 2020-12-31 00:37:45 -0500 | |
| commit | 8ff946d69d0d1e479d0d313070b87e7c5950d997 (patch) | |
| tree | b01bb29b23ee59d7b23a3587cec1b349e8b15066 /tests | |
| parent | Merge pull request #1016 from ks129/bug-fixes (diff) | |
| parent | "Pending: False" to "Verified: True" to agree with new semantics. (diff) | |
Merge pull request #1339 from python-discord/swfarnsworth/info
`!user` command says if a user is "Verified", rather than "Pending"
Diffstat (limited to 'tests')
| -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 |