From 37879d0b18a0d9c9f85c8c58eda1755f521cb524 Mon Sep 17 00:00:00 2001 From: Karl Besser Date: Tue, 1 Oct 2024 15:55:38 -0500 Subject: [PATCH] Remove redundant unit tests for ftintitle plugin Remove redundant unit tests for the `ftintitle.cotains_feat` function --- test/plugins/test_ftintitle.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/plugins/test_ftintitle.py b/test/plugins/test_ftintitle.py index 5568c94b1..1dbe4a727 100644 --- a/test/plugins/test_ftintitle.py +++ b/test/plugins/test_ftintitle.py @@ -187,8 +187,5 @@ class FtInTitlePluginTest(unittest.TestCase): assert not ftintitle.contains_feat("Alice defeat Bob") assert not ftintitle.contains_feat("Aliceft.Bob") assert not ftintitle.contains_feat("Alice (defeat Bob)") - assert ftintitle.contains_feat("Live and Let Go (feat. Alice)") - assert ftintitle.contains_feat("Live and Let Go [feat. Alice]") - assert ftintitle.contains_feat("Live and Let Go feat. Alice") assert not ftintitle.contains_feat("Live and Let Go") assert not ftintitle.contains_feat("Come With Me")