mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 16:02:53 +01:00
fix a typo when during the refactoring.
This commit is contained in:
parent
9a843e5d6b
commit
672a348852
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ class LyricsGooglePluginMachineryTest(LyricsGoogleBaseTest, LyricsAssertions):
|
|||
)
|
||||
# reject different title
|
||||
url_title = "example.com | seets bong lyrics by John doe"
|
||||
self.assertTrue(
|
||||
self.assertFalse(
|
||||
google.is_page_candidate(url, url_title, s["title"], s["artist"]),
|
||||
url,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue