remove extra setups in the test class

This commit is contained in:
freddiewanah 2024-04-09 16:46:35 +02:00
parent e0de6e1b89
commit 67d14a2e12

View file

@ -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)