Skip to content

Commit

Permalink
Correct assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Nov 2, 2024
1 parent e59f705 commit 12f5747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/rnaseq.main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ nextflow_pipeline {

then {
assertAll(
// Linting should fail!
{ assert workflow.failed }
{ assert workflow.success }
)
}
}
Expand Down

0 comments on commit 12f5747

Please sign in to comment.