mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Fix lint
This commit is contained in:
parent
1b0c426984
commit
36ea3d9319
@ -402,7 +402,6 @@ class SpotipyBrowseApiTests(unittest.TestCase):
|
|||||||
response = self.spotify.category_playlists(category_id=cat_id, limit=50)
|
response = self.spotify.category_playlists(category_id=cat_id, limit=50)
|
||||||
self.assertLessEqual(len(response['categories']['items']), 50)
|
self.assertLessEqual(len(response['categories']['items']), 50)
|
||||||
|
|
||||||
|
|
||||||
def test_new_releases(self):
|
def test_new_releases(self):
|
||||||
response = self.spotify.new_releases()
|
response = self.spotify.new_releases()
|
||||||
self.assertGreater(len(response['albums']), 0)
|
self.assertGreater(len(response['albums']), 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user