mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
update file size from 684 to 685
This commit is contained in:
parent
ba26a8ba5d
commit
f5847be8ca
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ class BotTest(BaseTest, unittest.TestCase):
|
|||
chat_id=self._chat_id)
|
||||
|
||||
self.assertTrue(self.is_json(message.to_json()))
|
||||
self.assertEqual(message.photo[0].file_size, 684)
|
||||
self.assertEqual(message.photo[0].file_size, 685)
|
||||
|
||||
@flaky(3, 1)
|
||||
@timeout(10)
|
||||
|
@ -155,7 +155,7 @@ class BotTest(BaseTest, unittest.TestCase):
|
|||
chat_id=self._chat_id)
|
||||
|
||||
self.assertTrue(self.is_json(message.to_json()))
|
||||
self.assertEqual(message.photo[0].file_size, 684)
|
||||
self.assertEqual(message.photo[0].file_size, 685)
|
||||
|
||||
@flaky(3, 1)
|
||||
@timeout(10)
|
||||
|
|
Loading…
Add table
Reference in a new issue