mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
remove extra setups in the test class
This commit is contained in:
parent
e0de6e1b89
commit
67d14a2e12
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class QueryTest(_common.TestCase):
|
|||
self.lib = library.Library(":memory:", self.libdir)
|
||||
|
||||
# Alternate destination directory.
|
||||
self.otherdir = os.path.join(self.temp_dir, b"testotherdir")
|
||||
# self.otherdir = os.path.join(self.temp_dir, b"testotherdir")
|
||||
|
||||
def add_item(self, filename=b"srcfile", templatefile=b"full.mp3"):
|
||||
itempath = os.path.join(self.libdir, filename)
|
||||
|
|
|
|||
Loading…
Reference in a new issue