From 61d6ca891696237c787823e4417fa496a79688d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Thu, 2 Jan 2014 17:30:41 +0100 Subject: [PATCH] grooveshark: fix typo in test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- modules/grooveshark/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grooveshark/test.py b/modules/grooveshark/test.py index 514ce319..256ee5ff 100644 --- a/modules/grooveshark/test.py +++ b/modules/grooveshark/test.py @@ -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):