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

Voice bug fix.

This commit is contained in:
eternnoir
2015-08-19 18:25:08 +08:00
parent 571a0fb320
commit 1517979bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -197,6 +197,4 @@ def test_not_string():
i1 = 10
assert not apihelper.is_string(i1)
test_send_voice()
test_send_audio()