Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternnoir committed Jun 7, 2016
1 parent 9bf4be2 commit fab2f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_telebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def test_edit_message_text(self):
def test_get_chat(self):
tb = telebot.TeleBot(TOKEN)
ch = tb.get_chat(GROUP_ID)
assert ch.id == GROUP_ID
assert str(ch.id) == GROUP_ID

def test_get_chat_administrators(self):
tb = telebot.TeleBot(TOKEN)
Expand Down

0 comments on commit fab2f32

Please sign in to comment.