diff --git a/test/test_update.py b/test/test_update.py index e4a9575e2..f2616d121 100644 --- a/test/test_update.py +++ b/test/test_update.py @@ -274,7 +274,7 @@ def test(target, expected, current_version=None, current_commit=None, identifier test('testing', None, current_commit='9' * 40) test('testing', UpdateInfo('testing', commit='9' * 40)) - def test_get_version_info_custom_cases(self): + def test_get_version_info(self): updater = FakeUpdater(FakeYDL(), 'stable') # CT1 – Tag Already in Required Format