mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-10 20:12:52 +01:00
No clue what's going on with travis and Venue
This commit is contained in:
parent
4775107af0
commit
6cacea96f7
1 changed files with 4 additions and 4 deletions
|
@ -84,10 +84,10 @@ class InlineQueryResultVenueTest(BaseTest, unittest.TestCase):
|
||||||
self.assertDictEqual(venue.reply_markup.to_dict(),
|
self.assertDictEqual(venue.reply_markup.to_dict(),
|
||||||
self.reply_markup.to_dict())
|
self.reply_markup.to_dict())
|
||||||
|
|
||||||
# def test_venue_to_json(self):
|
def test_venue_to_json(self):
|
||||||
# venue = telegram.InlineQueryResultVenue.de_json(self.json_dict)
|
venue = telegram.InlineQueryResultVenue.de_json(self.json_dict)
|
||||||
#
|
|
||||||
# self.assertTrue(self.is_json(venue.to_json()))
|
self.assertTrue(self.is_json(venue.to_json()))
|
||||||
|
|
||||||
def test_venue_to_dict(self):
|
def test_venue_to_dict(self):
|
||||||
venue = telegram.InlineQueryResultVenue.de_json(
|
venue = telegram.InlineQueryResultVenue.de_json(
|
||||||
|
|
Loading…
Reference in a new issue