mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 15:59:47 +01:00
fixed format
This commit is contained in:
parent
de7d9d6b0d
commit
4937cc7e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ class PathQueryTest(_common.LibTestCase, TestHelper, AssertsMixin):
|
|||
self.patcher_exists = patch('beets.library.os.path.exists')
|
||||
self.patcher_exists.start().return_value = True
|
||||
|
||||
#We have to create function samefile as it does not exist on
|
||||
# We have to create function samefile as it does not exist on
|
||||
# Windows and python 2.7
|
||||
self.patcher_samefile = patch('beets.library.os.path.samefile',
|
||||
create=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue