Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Dec 18, 2024
1 parent 5dc334e commit dca2037
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/nf-neuro/betcrop/synthbet/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,7 +25,6 @@ nextflow_process {
}
}
}

when {
process {
"""
Expand All @@ -40,7 +38,6 @@ nextflow_process {
"""
}
}

then {
assertAll(
{ assert process.success },
Expand All @@ -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"
Expand All @@ -64,7 +59,6 @@ nextflow_process {
}
}
}

when {
process {
"""
Expand All @@ -78,7 +72,6 @@ nextflow_process {
"""
}
}

then {
assertAll(
{ assert process.success },
Expand Down

0 comments on commit dca2037

Please sign in to comment.