diff options
| author | Frederick Muriuki Muriithi | 2025-10-22 15:19:44 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-22 15:19:44 -0500 |
| commit | eb7f268bb88e89b1441df10c3ad796ccf8486f7b (patch) | |
| tree | fe5210c5f965f671d5bdb64545eef4c5bca73f2e | |
| parent | 05013c13710eccadb69746bf186eb672c2af69c4 (diff) | |
| download | genenetwork3-eb7f268bb88e89b1441df10c3ad796ccf8486f7b.tar.gz | |
Remove mock for no-longer existing attribute.
| -rw-r--r-- | tests/unit/computations/test_wgcna.py | 1 |
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""" |
