diff --git a/tests/test_telebot.py b/tests/test_telebot.py index 523d4d0..8ede3f9 100644 --- a/tests/test_telebot.py +++ b/tests/test_telebot.py @@ -123,6 +123,7 @@ def test_reply_to(): ret_msg = tb.reply_to(msg, text + ' REPLY') assert ret_msg.reply_to_message.message_id == msg.message_id + def test_register_for_reply(): text = 'CI reply_to Test Message' tb = telebot.TeleBot(TOKEN) @@ -136,6 +137,7 @@ def test_register_for_reply(): tb.process_new_messages([reply_msg]) + def test_send_location(): tb = telebot.TeleBot(TOKEN) lat = 26.3875591