mpd: Fix two test failures
This commit is contained in:
parent
81b1e10c1a
commit
1ca6ffc6fb
@ -312,7 +312,7 @@ class TracksToTagCacheFormatTest(unittest.TestCase):
|
|||||||
|
|
||||||
class TracksToDirectoryTreeTest(unittest.TestCase):
|
class TracksToDirectoryTreeTest(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.music_path = '/root/'
|
self.music_path = '/root'
|
||||||
|
|
||||||
def test_no_tracks_gives_emtpy_tree(self):
|
def test_no_tracks_gives_emtpy_tree(self):
|
||||||
tree = translator.tracks_to_directory_tree([], self.music_path)
|
tree = translator.tracks_to_directory_tree([], self.music_path)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user