Remove unnecessary test setup parameter.

This commit is contained in:
Jakub Turski 2017-06-02 15:50:58 +01:00
parent ee46a5150f
commit a43f5fdace

View file

@ -214,7 +214,7 @@ class LastGenrePluginTest(unittest.TestCase, TestHelper):
u'fallback'))
def test_sort_by_depth(self):
self._setup_config(canonical=True,count=99)
self._setup_config(canonical=True)
# Normal case.
tags = ('electronic', 'ambient', 'post-rock', 'downtempo')
res = self.plugin._sort_by_depth(tags)