We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba26a8b commit f5847beCopy full SHA for f5847be
tests/test_bot.py
@@ -145,7 +145,7 @@ def testSendPNGURLPhoto(self):
145
chat_id=self._chat_id)
146
147
self.assertTrue(self.is_json(message.to_json()))
148
- self.assertEqual(message.photo[0].file_size, 684)
+ self.assertEqual(message.photo[0].file_size, 685)
149
150
@flaky(3, 1)
151
@timeout(10)
@@ -155,7 +155,7 @@ def testSendGIFURLPhoto(self):
155
156
157
158
159
160
161
0 commit comments