Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 2, 2024
1 parent fb1aa88 commit 46a6ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spotipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def test_getSpotifyPlaylist(self):

def test_getUserPlaylists(self):
playlists = self.spotify.getUserPlaylists("spinninrecordsofficial")
self.assertGreater(len(playlists), 50)
self.assertGreater(len(playlists), 40)

0 comments on commit 46a6ae2

Please sign in to comment.