Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 789dae6

Browse files
committed
fix test_playlist_unlisted again
1 parent 683eda8 commit 789dae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_youtube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_playlist_playlist_single_page(self):
5454

5555
def test_playlist_unlisted(self):
5656
ret = route_caller(youtube.Playlist, "PLCnUnV3yCIYt_cgn_1UIU1w2YQ_TfFa6L")
57-
self.assertGreaterEqual(len(ret), 30)
57+
self.assertGreaterEqual(len(ret), 25)
5858

5959
def test_playlist_playlist_muilti_page(self):
6060
ret = route_caller(youtube.Playlist, "PL8mG-RkN2uTx1lbFS8z8wRYS3RrHCp8TG", loop=False)

0 commit comments

Comments
 (0)