Skip to content

Commit

Permalink
fix test_playlist_unlisted again
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Mar 12, 2019
1 parent 683eda8 commit 789dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_youtube.py
Expand Up @@ -54,7 +54,7 @@ def test_playlist_playlist_single_page(self):

def test_playlist_unlisted(self):
ret = route_caller(youtube.Playlist, "PLCnUnV3yCIYt_cgn_1UIU1w2YQ_TfFa6L")
self.assertGreaterEqual(len(ret), 30)
self.assertGreaterEqual(len(ret), 25)

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

0 comments on commit 789dae6

Please sign in to comment.