From f53ab801b83d2d24444e3ae7de1bb11dfbe55dbe Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Wed, 3 May 2017 00:11:26 +0200 Subject: [PATCH] Add indent --- 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 3b260c482..e2e5958b1 100644 --- a/test/test_lyrics.py +++ b/test/test_lyrics.py @@ -362,7 +362,7 @@ class LyricsGooglePluginMachineryTest(LyricsGoogleBaseTest): soup = BeautifulSoup(html, "html.parser", parse_only=SoupStrainer('title')) self.assertEqual(google.is_page_candidate(url, soup.title.string, - s['title'], s['artist']), True, url) + s['title'], s['artist']), True, url) def test_is_page_candidate_fuzzy_match(self): """Test matching html page title with song infos -- when song infos are