shorte test description in test/plugins/test_lastgenre.py

Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
dunkla 2025-12-28 15:00:33 +01:00
parent 1a158b92fc
commit fc7988dcc5

View file

@ -81,7 +81,7 @@ class LastGenrePluginTest(PluginTestCase):
assert self.plugin._resolve_genres(["delta blues"]) == []
def test_format_genres(self):
"""Format genres list with title case if configured."""
"""Format genres list."""
self._setup_config(count=2)
assert self.plugin._format_genres(["jazz", "pop", "rock", "blues"]) == [
"Jazz",