mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
fix typo
This commit is contained in:
parent
2c05b03fba
commit
ee057e76ef
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class UpdaterTest(BaseTest, unittest.TestCase):
|
|||
self.message_count += 1
|
||||
|
||||
def telegramPreCheckoutHandlerTest(self, bot, update):
|
||||
self.received_message = update.pre_checkout_query_query
|
||||
self.received_message = update.pre_checkout_query
|
||||
self.message_count += 1
|
||||
|
||||
@run_async
|
||||
|
|
Loading…
Add table
Reference in a new issue