grooveshark: fix typo in test
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
097cbf56bb
commit
61d6ca8916
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class GroovesharkTest(BackendTest):
|
||||||
BACKEND = 'grooveshark'
|
BACKEND = 'grooveshark'
|
||||||
|
|
||||||
def test_grooveshark_audio_search(self):
|
def test_grooveshark_audio_search(self):
|
||||||
result = list(self.backend.search_audios("Loic Lantoine"))
|
result = list(self.backend.search_audio("Loic Lantoine"))
|
||||||
self.assertTrue(len(result) > 0)
|
self.assertTrue(len(result) > 0)
|
||||||
|
|
||||||
def test_grooveshark_user_playlist(self):
|
def test_grooveshark_user_playlist(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue