diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/computations/test_wgcna.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/computations/test_wgcna.py b/tests/unit/computations/test_wgcna.py index d6d2bf8..b42de50 100644 --- a/tests/unit/computations/test_wgcna.py +++ b/tests/unit/computations/test_wgcna.py @@ -127,7 +127,7 @@ class TestWgcna(TestCase): wgcna_cmd = compose_rscript_cmd( "wgcna.r", "/tmp/wgcna.json") self.assertEqual( - wgcna_cmd, "Rscript ./scripts/wgcna.r /tmp/wgcna.json") + wgcna_cmd, '"Rscript ./scripts/wgcna.r /tmp/wgcna.json"') @pytest.mark.unit_test @mock.patch("gn3.computations.wgcna.TMPDIR", "/tmp") |