mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +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