Merge branch 'master' of github.com:leandrotoledo/python-telegram-bot into boteventhandler

This commit is contained in:
Jannes Höke 2015-11-15 17:38:37 +01:00
commit 1b79a57673

View file

@ -135,7 +135,7 @@ class BotTest(BaseTest, unittest.TestCase):
upf = self._bot.getUserProfilePhotos(user_id=self._chat_id)
self.assertTrue(self.is_json(upf.to_json()))
self.assertEqual(upf.photos[0][0].file_size, 6547)
self.assertEqual(upf.photos[0][0].file_size, 12421)
if __name__ == '__main__':
unittest.main()