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",