mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Update test animation size
Telegram must've again chagned internal stuff
This commit is contained in:
parent
1b52e6148e
commit
a60c07f549
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class TestAnimation(object):
|
|||
duration = 1
|
||||
file_name = 'game.gif.mp4'
|
||||
mime_type = 'video/mp4'
|
||||
file_size = 4135
|
||||
file_size = 4127
|
||||
caption = "Test *animation*"
|
||||
|
||||
def test_creation(self, animation):
|
||||
|
|
Loading…
Add table
Reference in a new issue