mirror of
https://github.com/beetbox/beets.git
synced 2026-02-18 13:25:06 +01:00
shorte test description in test/plugins/test_lastgenre.py
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
1a158b92fc
commit
fc7988dcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue