mirror of
https://github.com/beetbox/beets.git
synced 2026-02-13 10:51:59 +01:00
Remove unnecessary test setup parameter.
This commit is contained in:
parent
ee46a5150f
commit
a43f5fdace
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue