Fixed test in test_lyrics

This commit is contained in:
Peter Kessen 2016-02-22 09:07:12 +01:00
parent 14fc530200
commit ad321079f9

View file

@ -384,7 +384,7 @@ class LyricsGooglePluginTest(unittest.TestCase):
url = s['url'] + s['path']
url_title = u'foo'
google.is_page_candidate(url, url_title, s['title'], 'Sunn O)))')
google.is_page_candidate(url, url_title, s['title'], u'Sunn O)))')
def suite():