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

@@ -112,3 +112,5 @@ def test_json_voice():
voice = types.Voice.de_json(json_string)
assert voice.duration == 0
assert voice.file_size == 10481
test_json_voice()