Skip to content

Commit

Permalink
Add test for track dur > 1k hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Oct 14, 2024
1 parent 3a8e6b3 commit faf1dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mixins/test_playlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit faf1dc5

Please sign in to comment.