From e59f705da379d271ce534a90b45022d855f4e4c0 Mon Sep 17 00:00:00 2001 From: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:41:31 +0000 Subject: [PATCH] Fix test --- tests/rnaseq.main.nf.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rnaseq.main.nf.test b/tests/rnaseq.main.nf.test index 3994533..eef6b46 100644 --- a/tests/rnaseq.main.nf.test +++ b/tests/rnaseq.main.nf.test @@ -17,7 +17,7 @@ nextflow_pipeline { then { assertAll( // Linting should fail! - { assert workflow.failed }, + { assert workflow.failed } ) } } @@ -35,7 +35,7 @@ nextflow_pipeline { then { assertAll( // Linting should fail! - { assert workflow.failed }, + { assert workflow.failed } ) } }