Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Nov 2, 2024
1 parent ad3dedc commit e59f705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rnaseq.main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nextflow_pipeline {
then {
assertAll(
// Linting should fail!
{ assert workflow.failed },
{ assert workflow.failed }
)
}
}
Expand All @@ -35,7 +35,7 @@ nextflow_pipeline {
then {
assertAll(
// Linting should fail!
{ assert workflow.failed },
{ assert workflow.failed }
)
}
}
Expand Down

0 comments on commit e59f705

Please sign in to comment.