mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Here, flake8, be happy.
This commit is contained in:
parent
0e7a0a62d4
commit
f6830b4bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class LastGenrePluginTest(unittest.TestCase, TestHelper):
|
|||
tags = ('electronic', 'ambient', 'post-rock', 'downtempo')
|
||||
res = self.plugin._sort_by_depth(tags)
|
||||
self.assertEqual(
|
||||
res, ['post-rock', 'downtempo', 'ambient', 'electronic'])
|
||||
res, ['post-rock', 'downtempo', 'ambient', 'electronic'])
|
||||
# Non-canonical tag ('chillout') present.
|
||||
tags = ('electronic', 'ambient', 'chillout')
|
||||
res = self.plugin._sort_by_depth(tags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue