From 3d46d7a0355753381397e026dea2d6e9889736ec Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 5 Jun 2015 12:12:34 +0300 Subject: [PATCH] Removed old comment, as the API is fixed in this regard --- tests/authtests.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/authtests.py b/tests/authtests.py index b314157..b5c7f00 100644 --- a/tests/authtests.py +++ b/tests/authtests.py @@ -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):