mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
fix typo
This commit is contained in:
parent
734de1371c
commit
ade9fec609
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class TestUpdater:
|
|||
self.update_id = update_id
|
||||
|
||||
# build list of fake updates
|
||||
# saves list of 3 objects with
|
||||
# saves list of 4 objects with
|
||||
# update_id's 0, 1, 2 and 3
|
||||
self.updates = [FakeUpdate(i) for i in range(0, expected_id)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue