Skip to content

Commit

Permalink
Accept suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
  • Loading branch information
BioWilko and jfy133 authored Jan 28, 2025
1 parent e7f86fe commit 38f6c70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/nf-core/find/unpigz/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
{ assert snapshot(process.out, process.out.versions).match() }
{ assert snapshot(
process.out,
process.out.versions
).match()
}
)
}
}
Expand Down

0 comments on commit 38f6c70

Please sign in to comment.