Skip to content

Commit

Permalink
✅ fix main.nf test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Jan 23, 2024
1 parent eab1165 commit cbe1d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ nextflow_pipeline {
}

then {
assert process.failed
assert process.exitStatus == 1
assert process.errorReport.contains("[ERROR]")
assert pipeline.failed
assert pipeline.exitStatus == 1
assert pipeline.errorReport.contains("[ERROR]")
}

}
Expand Down

0 comments on commit cbe1d84

Please sign in to comment.