1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 01:18:30 +00:00

test: rename test_get_version_info_custom_cases to test_get_version_info

This commit is contained in:
moonshinerd 2025-06-08 11:30:23 -03:00
parent 25605775ab
commit 8e676d6da0

View File

@ -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