Skip to content

Commit ee057e7

Browse files
committed
fix typo
1 parent 2c05b03 commit ee057e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def telegramShippingHandlerTest(self, bot, update):
125125
self.message_count += 1
126126

127127
def telegramPreCheckoutHandlerTest(self, bot, update):
128-
self.received_message = update.pre_checkout_query_query
128+
self.received_message = update.pre_checkout_query
129129
self.message_count += 1
130130

131131
@run_async

0 commit comments

Comments
 (0)