Browse Source

Patch MessageEmbed test

pull/152/head
“elderlabs” 6 years ago
parent
commit
f9d22cf4c6
  1. 9
      tests/types/embeds.py

9
tests/types/embeds.py

@ -9,13 +9,14 @@ class TestEmbeds(TestCase):
self.assertDictEqual(
embed.to_dict(),
{
'image': {},
'author': {},
'video': {},
'thumbnail': {},
'footer': {},
'fields': [],
'footer': {},
'image': {},
'provider': {},
'thumbnail': {},
'type': 'rich',
'video': {},
})
def test_embed(self):

Loading…
Cancel
Save