mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Remove redundant unit tests for ftintitle plugin
Remove redundant unit tests for the `ftintitle.cotains_feat` function
This commit is contained in:
parent
669307c91c
commit
37879d0b18
1 changed files with 0 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue