Skip to content

Commit

Permalink
✅ fix full workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomenico committed Aug 7, 2024
1 parent cb86daf commit 8bb86cb
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 @@ -16,8 +16,8 @@ nextflow_pipeline {
with(workflow) {
assert failed
assert exitStatus == 1
assert trace.tasks().size() == 3
assert workflow.trace.succeeded().size() == 2
assert trace.tasks().size() == 4
assert workflow.trace.succeeded().size() == 3
assert workflow.trace.failed().size() == 1
}
}
Expand Down

0 comments on commit 8bb86cb

Please sign in to comment.