mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
fixes test for related artists. Fixes issue #128.
This commit is contained in:
parent
22558bc253
commit
7f0f7efe49
@ -83,7 +83,7 @@ class TestSpotipy(unittest.TestCase):
|
||||
self.assertTrue('artists' in results)
|
||||
self.assertTrue(len(results['artists']) == 20)
|
||||
for artist in results['artists']:
|
||||
if artist['name'] == 'Rivers Cuomo':
|
||||
if artist['name'] == 'Jimmy Eat World':
|
||||
found = True
|
||||
self.assertTrue(found)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user