Remove redundant unit tests for ftintitle plugin

Remove redundant unit tests for the `ftintitle.cotains_feat` function
This commit is contained in:
Karl Besser 2024-10-01 15:55:38 -05:00
parent 669307c91c
commit 37879d0b18

View file

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