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 },