]> jfr.im git - yt-dlp.git/blobdiff - test/test_YoutubeDL.py
[cleanup] Misc cleanup
[yt-dlp.git] / test / test_YoutubeDL.py
index 1eb3abc17f712213848d51699e7cc92dab2dcde9..3e6f7ec3fe9f5f4f1a70c710dea11e8946a0b69e 100644 (file)
@@ -1053,6 +1053,7 @@ def test_selection(params, expected_ids, evaluate_all=False):
                            for v in get_downloaded_info_dicts(params, entries)]
                 self.assertEqual(results, list(enumerate(zip(expected_ids, expected_ids))), f'Entries of {name} for {params}')
                 self.assertEqual(sorted(evaluated), expected_eval, f'Evaluation of {name} for {params}')
+
         test_selection({}, INDICES)
         test_selection({'playlistend': 20}, INDICES, True)
         test_selection({'playlistend': 2}, INDICES[:2])