From 42df94608f7a21d0262d0315ae7de65f06c7c91b Mon Sep 17 00:00:00 2001
From: George Marchment <georgemarchment@yahoo.fr>
Date: Tue, 12 Mar 2024 12:00:45 +0100
Subject: [PATCH] fix

---
 tests/test_cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_cli.py b/tests/test_cli.py
index 076721c..fab4914 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -7,7 +7,7 @@ from bioflow_insight_cli.main import cli
 
 class TestCall(unittest.TestCase):
     def test_cli_works(self):
-        cli("./wf_test/main.nf", render_graphs=True)
+        #cli("./wf_test/main.nf", render_graphs=False)
         cli("./wf_test/main.nf", render_graphs=False)
 
     def test_cli_output_considered(self):
-- 
GitLab