diff --git a/tests/test_updater.py b/tests/test_updater.py index ca2a24aab..6cd5e7922 100644 --- a/tests/test_updater.py +++ b/tests/test_updater.py @@ -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)]