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 d701fd6 commit 9bf4be2
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 @@ -360,7 +360,7 @@ def test_get_chat(self):
def test_get_chat_administrators(self):
tb = telebot.TeleBot(TOKEN)
cas = tb.get_chat_administrators(GROUP_ID)
assert len(cas) > 1
assert len(cas) > 0

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

0 comments on commit 9bf4be2

Please sign in to comment.