diff --git a/modules/grooveshark/test.py b/modules/grooveshark/test.py index c92b89b9..5a2cc0e2 100644 --- a/modules/grooveshark/test.py +++ b/modules/grooveshark/test.py @@ -25,7 +25,7 @@ class GroovesharkTest(BackendTest): MODULE = 'grooveshark' def test_grooveshark_audio_search(self): - result = list(self.backend.search_audio("Gronibard")) + result = list(self.backend.search_audio("Duster")) self.assertTrue(len(result) > 0) v = result[0] self.backend.fillobj(v, ('url',)) @@ -44,7 +44,7 @@ class GroovesharkTest(BackendTest): assert len(l1) def test_grooveshark_album_search(self): - result = list(self.backend.search_album("Gronibard")) + result = list(self.backend.search_album("Cunt")) self.assertTrue(len(result) > 0) v = result[0] self.backend.fillobj(v)