about summary refs log tree commit diff
path: root/tests/unit/computations/test_wgcna.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-10-22 15:19:44 -0500
committerFrederick Muriuki Muriithi2025-10-22 15:19:44 -0500
commiteb7f268bb88e89b1441df10c3ad796ccf8486f7b (patch)
treefe5210c5f965f671d5bdb64545eef4c5bca73f2e /tests/unit/computations/test_wgcna.py
parent05013c13710eccadb69746bf186eb672c2af69c4 (diff)
downloadgenenetwork3-eb7f268bb88e89b1441df10c3ad796ccf8486f7b.tar.gz
Remove mock for no-longer existing attribute.
Diffstat (limited to 'tests/unit/computations/test_wgcna.py')
-rw-r--r--tests/unit/computations/test_wgcna.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/computations/test_wgcna.py b/tests/unit/computations/test_wgcna.py
index acba10e..325bd5a 100644
--- a/tests/unit/computations/test_wgcna.py
+++ b/tests/unit/computations/test_wgcna.py
@@ -134,7 +134,6 @@ class TestWgcna(TestCase):
             wgcna_cmd, "Rscript scripts/wgcna.r /tmp/wgcna.json")
 
     @pytest.mark.unit_test
-    @mock.patch("gn3.computations.wgcna.TMPDIR", "/tmp")
     @mock.patch("gn3.computations.wgcna.uuid.uuid4")
     def test_create_json_file(self, file_name_generator):
         """test for writing the data to a csv file"""