summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreddiewanah <freddie.wanah@gmail.com>2024-04-09 16:46:35 +0200
committerfreddiewanah <freddie.wanah@gmail.com>2024-04-09 16:46:35 +0200
commit67d14a2e12c0a1a30dd1a7f5afed2f96714d104c (patch)
tree48c9db01bcdb8c7ea68465bb2f2de06fb8b521c0
parente0de6e1b89a1cebcbcb908d9ed637d8c7406e73c (diff)
remove extra setups in the test class
-rw-r--r--test/test_ui_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ui_commands.py b/test/test_ui_commands.py
index fd1bb9243..1d9cae048 100644
--- a/test/test_ui_commands.py
+++ b/test/test_ui_commands.py
@@ -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)