mirror of
https://github.com/beetbox/beets.git
synced 2025-12-08 09:34:23 +01:00
Add indent
This commit is contained in:
parent
b3fbdbae5a
commit
f53ab801b8
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ class LyricsGooglePluginMachineryTest(LyricsGoogleBaseTest):
|
||||||
soup = BeautifulSoup(html, "html.parser",
|
soup = BeautifulSoup(html, "html.parser",
|
||||||
parse_only=SoupStrainer('title'))
|
parse_only=SoupStrainer('title'))
|
||||||
self.assertEqual(google.is_page_candidate(url, soup.title.string,
|
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):
|
def test_is_page_candidate_fuzzy_match(self):
|
||||||
"""Test matching html page title with song infos -- when song infos are
|
"""Test matching html page title with song infos -- when song infos are
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue