Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jun 18, 2022
1 parent 1b0c426 commit 36ea3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_user_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def test_category_playlists_limit_high(self):
response = self.spotify.category_playlists(category_id=cat_id, limit=50)
self.assertLessEqual(len(response['categories']['items']), 50)


def test_new_releases(self):
response = self.spotify.new_releases()
self.assertGreater(len(response['albums']), 0)
Expand Down

0 comments on commit 36ea3d9

Please sign in to comment.