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()