mirror of
https://github.com/beetbox/beets.git
synced 2026-07-16 17:48:54 -04:00
test(ftintitle): remove item_data["artist"] assertion from artist_credit test
This commit is contained in:
@@ -260,7 +260,6 @@ class TestFtInTitlePluginFunctional(PluginTestHelper):
|
||||
assert info.artists == ["Alice", "Bob"]
|
||||
assert info.artists_credit == ["Alice"]
|
||||
assert info.title == "Song feat. Bob"
|
||||
assert info.item_data["artist"] == "Alice"
|
||||
assert info.item_data["title"] == "Song feat. Bob"
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
Reference in New Issue
Block a user