mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2021-05-13 03:08:02 +03:00
Voice bug fix.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user