Browse Source

Correct failing self-test

pull/148/head
Dooley_labs 6 years ago
committed by GitHub
parent
commit
0720276f7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/types/user.py

2
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):

Loading…
Cancel
Save