Browse Source

Merge pull request #1 from elderlabs/patch-3

Correct failing self-test
pull/148/head
One-Nub 6 years ago
committed by GitHub
parent
commit
df7feedcdc
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