From fc7988dcc5e857dd7499c852ff8c461b43a2c28b Mon Sep 17 00:00:00 2001 From: dunkla Date: Sun, 28 Dec 2025 15:00:33 +0100 Subject: [PATCH] shorte test description in test/plugins/test_lastgenre.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šarūnas Nejus --- test/plugins/test_lastgenre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins/test_lastgenre.py b/test/plugins/test_lastgenre.py index e847d72b6..dc79bc9ec 100644 --- a/test/plugins/test_lastgenre.py +++ b/test/plugins/test_lastgenre.py @@ -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",