Dooley_labs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/types/user.py
|
|
@ -13,7 +13,7 @@ class TestChannel(TestCase): |
|
|
|
bot=False) |
|
|
|
|
|
|
|
self.assertEqual( |
|
|
|
u.avatar_url, 'https://cdn.discordapp.com/avatars/12345/1234567890abcdefghijkl.webp?size=1024' |
|
|
|
u.avatar_url, 'https://cdn.discordapp.com/avatars/12345/1234567890abcdefghijkl.png?size=1024' |
|
|
|
) |
|
|
|
|
|
|
|
def test_user_default_avatar(self): |
|
|
|