mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
test: Make music dir of playlist tests Windows-compatible
This commit is contained in:
parent
7ec55a5f3b
commit
76a3e44aad
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class PlaylistTestHelper(helper.TestHelper):
|
|||
self.setup_beets()
|
||||
self.lib = beets.library.Library(':memory:')
|
||||
|
||||
self.music_dir = os.path.expanduser('~/Music')
|
||||
self.music_dir = os.path.expanduser(os.path.join('~', 'Music'))
|
||||
|
||||
i1 = _common.item()
|
||||
i1.path = beets.util.normpath(os.path.join(
|
||||
|
|
|
|||
Loading…
Reference in a new issue