mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
Fix regexGroupHandlerCallbackQuery test
This commit is contained in:
parent
8234321a20
commit
c2b8c4bf95
1 changed files with 2 additions and 2 deletions
|
@ -532,8 +532,8 @@ class UpdaterTest(BaseTest, unittest.TestCase):
|
|||
queue.put(
|
||||
Update(
|
||||
update_id=0,
|
||||
callback_query=CallbackQuery(0, None,
|
||||
'This is a test message for regex group matching.')))
|
||||
callback_query=CallbackQuery(
|
||||
0, None, 'This is a test message for regex group matching.', None)))
|
||||
|
||||
sleep(.1)
|
||||
self.assertEqual(self.received_message, (('This', 'regex group'),
|
||||
|
|
Loading…
Add table
Reference in a new issue