Removed old comment, as the API is fixed in this regard

This commit is contained in:
Joona Hoikkala 2015-06-05 12:12:34 +03:00
parent f19682cc80
commit 3d46d7a035
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ class AuthTestSpotipy(unittest.TestCase):
def test_user_playlists(self):
playlists = spotify.user_playlists(username, limit=5)
self.assertTrue('items' in playlists)
# known API issue currently causes this test to fail
# the issue is that the API doesn't currently respect the
# limit paramter
self.assertTrue(len(playlists['items']) == 5)
def test_user_playlist_tracks(self):