From eb7f268bb88e89b1441df10c3ad796ccf8486f7b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 22 Oct 2025 15:19:44 -0500 Subject: Remove mock for no-longer existing attribute. --- tests/unit/computations/test_wgcna.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/unit/computations/test_wgcna.py') 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""" -- cgit 1.4.1