Here, flake8, be happy.

This commit is contained in:
Jakub Turski 2017-06-02 16:27:49 +01:00
parent 0e7a0a62d4
commit f6830b4bc3

View file

@ -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)