Skip to content

Commit

Permalink
Fix snapshot for missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Mar 26, 2024
1 parent 4de8bab commit b787b99
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/genomescope2/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ nextflow_process {
{ assert snapshot(process.out.model).match("model") },
{ assert snapshot(process.out.summary).match("summary") },
{ assert snapshot(process.out.lookup_table).match("lookup_table") },
{ assert snapshot(process.out.fitted_histogram_png).match("fitted_histogram_png") },
{ assert file(process.out.fitted_histogram_png[0][1]).exists() }, // PNG md5sum mismatches using conda
{ assert snapshot(process.out.versions).match("versions") }
)
}
Expand Down
38 changes: 19 additions & 19 deletions modules/nf-core/genomescope2/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b787b99

Please sign in to comment.