From 67d14a2e12c0a1a30dd1a7f5afed2f96714d104c Mon Sep 17 00:00:00 2001 From: freddiewanah Date: Tue, 9 Apr 2024 16:46:35 +0200 Subject: [PATCH] remove extra setups in the test class --- test/test_ui_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)