From faf1dc5af087c1b0d51a958954ba611f87abafc0 Mon Sep 17 00:00:00 2001 From: Abhishek M J <85760664+abhishekmj303@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:56:09 +0000 Subject: [PATCH] Add test for track dur > 1k hrs --- tests/mixins/test_playlists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mixins/test_playlists.py b/tests/mixins/test_playlists.py index b7ed2dc2..20dc627c 100644 --- a/tests/mixins/test_playlists.py +++ b/tests/mixins/test_playlists.py @@ -49,6 +49,7 @@ def test_get_playlist_2024(self, yt, test_file, owned): ("PLj4BSJLnVpNyIjbCWXWNAmybc97FXLlTk", 200, 0), # no related tracks ("PL6bPxvf5dW5clc3y9wAoslzqUrmkZ5c-u", 1000, 10), # very large ("PLZ6Ih9wLHQ2Hm2d3Cb0iV48Z2hQjGRyNz", 300, 10), # runs in subtitle, not title + ("PL5ZNf-B8WWSZFIvpJWRjgt7iRqWT7_KF1", 10, 10), # track duration > 1k hours ], ) def test_get_playlist_foreign(self, yt_oauth, playlist_id, tracks_len, related_len):