Skip to content

Commit

Permalink
test: Add versions check
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 20, 2024
1 parent a7559cb commit f75790e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nf-core/regtools/junctionsextract/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
{ assert snapshot(process.out).match() }
{ assert snapshot(process.out).match() },
{ assert snapshot(path(process.out.versions.get(0)).yaml).match("versions") }
)
}

Expand Down

0 comments on commit f75790e

Please sign in to comment.