From dca20370d97a69c6a91c80843f417206212568e6 Mon Sep 17 00:00:00 2001 From: Anthony Gagnon Date: Wed, 18 Dec 2024 14:49:18 -0500 Subject: [PATCH] remove spaces --- modules/nf-neuro/betcrop/synthbet/tests/main.nf.test | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/nf-neuro/betcrop/synthbet/tests/main.nf.test b/modules/nf-neuro/betcrop/synthbet/tests/main.nf.test index bb1e476..7e71d66 100644 --- a/modules/nf-neuro/betcrop/synthbet/tests/main.nf.test +++ b/modules/nf-neuro/betcrop/synthbet/tests/main.nf.test @@ -14,7 +14,6 @@ nextflow_process { tag "subworkflows/load_test_data" test("betcrop - synthbet") { - setup { run("LOAD_TEST_DATA", alias: "LOAD_DATA") { script "../../../../../subworkflows/nf-neuro/load_test_data/main.nf" @@ -26,7 +25,6 @@ nextflow_process { } } } - when { process { """ @@ -40,7 +38,6 @@ nextflow_process { """ } } - then { assertAll( { assert process.success }, @@ -50,9 +47,7 @@ nextflow_process { } test("betcrop - synthbet - stub-run") { - options "-stub-run" - setup { run("LOAD_TEST_DATA", alias: "LOAD_DATA") { script "../../../../../subworkflows/nf-neuro/load_test_data/main.nf" @@ -64,7 +59,6 @@ nextflow_process { } } } - when { process { """ @@ -78,7 +72,6 @@ nextflow_process { """ } } - then { assertAll( { assert process.success },