From 672a348852647447a3907527821c6b992e45dbdd Mon Sep 17 00:00:00 2001 From: freddiewanah Date: Wed, 10 Apr 2024 15:11:29 +0200 Subject: [PATCH] fix a typo when during the refactoring. --- test/plugins/test_lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )