We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18640a commit 9a5ccb1Copy full SHA for 9a5ccb1
tests/test_sticker.py
@@ -70,7 +70,7 @@ def test_send_sticker_resend(self):
70
self.assertEqual(sticker.width, self.width)
71
self.assertEqual(sticker.height, self.height)
72
self.assertTrue(isinstance(sticker.thumb, telegram.PhotoSize))
73
- self.assertEqual(sticker.emoji, self.emoji)
+ self.assertEqual(sticker.emoji, self.emoji.decode('utf-8'))
74
self.assertEqual(sticker.file_size, self.file_size)
75
76
def test_sticker_de_json(self):
0 commit comments