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 committed by Šarūnas Nejus
parent 99749cfc9b
commit 0d75777516
No known key found for this signature in database

View file

@ -81,7 +81,7 @@ class LastGenrePluginTest(IOMixin, 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",