From fde38c4a55a4b0a0d13db366a2434815fa378a1e Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Tue, 22 Mar 2022 16:26:41 +0300 Subject: fix for wgcna tests --- tests/unit/computations/test_wgcna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') 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") -- cgit v1.2.3