mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
Fixed test in test_lyrics
This commit is contained in:
parent
14fc530200
commit
ad321079f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue