1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #841 from drforse/master

fix test 1
This commit is contained in:
Badiboy 2020-05-12 21:02:01 +03:00 committed by GitHub
commit 046276b491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,8 +428,9 @@ class TestTeleBot:
shipping_query = None
pre_checkout_query = None
poll = None
poll_answer = None
return types.Update(-1001234038283, message, edited_message, channel_post, edited_channel_post, inline_query,
chosen_inline_result, callback_query, shipping_query, pre_checkout_query, poll)
chosen_inline_result, callback_query, shipping_query, pre_checkout_query, poll, poll_answer)
def test_is_string_unicode(self):
s1 = u'string'