Skip to content

Commit f5847be

Browse files
committed
update file size from 684 to 685
1 parent ba26a8b commit f5847be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def testSendPNGURLPhoto(self):
145145
chat_id=self._chat_id)
146146

147147
self.assertTrue(self.is_json(message.to_json()))
148-
self.assertEqual(message.photo[0].file_size, 684)
148+
self.assertEqual(message.photo[0].file_size, 685)
149149

150150
@flaky(3, 1)
151151
@timeout(10)
@@ -155,7 +155,7 @@ def testSendGIFURLPhoto(self):
155155
chat_id=self._chat_id)
156156

157157
self.assertTrue(self.is_json(message.to_json()))
158-
self.assertEqual(message.photo[0].file_size, 684)
158+
self.assertEqual(message.photo[0].file_size, 685)
159159

160160
@flaky(3, 1)
161161
@timeout(10)

0 commit comments

Comments
 (0)