fix a typo when during the refactoring.

This commit is contained in:
freddiewanah 2024-04-10 15:11:29 +02:00
parent 9a843e5d6b
commit 672a348852

View file

@ -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,
)