From ad321079f976673daad31b0c7c58ec4f17382f9b Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Mon, 22 Feb 2016 09:07:12 +0100 Subject: [PATCH] Fixed test in test_lyrics --- test/test_lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lyrics.py b/test/test_lyrics.py index 1af6f4652..e6e068a4b 100644 --- a/test/test_lyrics.py +++ b/test/test_lyrics.py @@ -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():