grooveshark: fix typo in test

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2014-01-02 17:30:41 +01:00
commit 61d6ca8916

View file

@ -26,7 +26,7 @@ class GroovesharkTest(BackendTest):
BACKEND = 'grooveshark'
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)
def test_grooveshark_user_playlist(self):