From 8e676d6da0c5ce28b748f3442059f3340a49c009 Mon Sep 17 00:00:00 2001 From: moonshinerd Date: Sun, 8 Jun 2025 11:30:23 -0300 Subject: [PATCH] test: rename test_get_version_info_custom_cases to test_get_version_info --- test/test_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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