summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreddiewanah <freddie.wanah@gmail.com>2024-04-10 15:11:29 +0200
committerfreddiewanah <freddie.wanah@gmail.com>2024-04-10 15:11:29 +0200
commit672a348852647447a3907527821c6b992e45dbdd (patch)
tree36f462646a434bb415213bcb9bce118089aa1579
parent9a843e5d6b5a63d9d0843f87b1c88bd9a47cef1f (diff)
fix a typo when during the refactoring.
-rw-r--r--test/plugins/test_lyrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/test_lyrics.py b/test/plugins/test_lyrics.py
index a3c6608c0..11a8ff418 100644
--- a/test/plugins/test_lyrics.py
+++ b/test/plugins/test_lyrics.py
@@ -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,
)