From ade9fec609d7262051b24d17fa6b5b1cf579d760 Mon Sep 17 00:00:00 2001 From: ikkemaniac Date: Mon, 22 Jun 2020 13:22:12 +0200 Subject: [PATCH] fix typo --- tests/test_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]