Skip to content

Commit

Permalink
adding debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 10, 2024
1 parent 1cd85d7 commit d544168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/modules/hostRemoval/hostRemoval.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nextflow_workflow {
}

then {
print(path(workflow.out.paired.get(0)[0]).readLines().subList(0,5))
assertAll(
{assert workflow.success},
{assert snapshot(workflow.out).match()}
Expand Down

0 comments on commit d544168

Please sign in to comment.