Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
update snapshots
  • Loading branch information
AmstlerStephan committed Dec 18, 2023
1 parent 948f694 commit 9cd6d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -932,15 +932,15 @@ test("Should GWAS with chunking and optional step 1 param") {
}

then {
println workflow.stderr.contains("Missing required parameter")
assert workflow.stderr.contains("* Missing required parameter: --phenotypes_columns")
assert workflow.failed
snapshot(workflow.trace).match()
}

}


test("Should execute GWAS with additive testig with no significant hits") {
test("Should execute GWAS with additive testing with no significant hits") {

when {

Expand Down

0 comments on commit 9cd6d23

Please sign in to comment.