Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthdsm committed Mar 21, 2024
1 parent ead4b12 commit bbea163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/workflows/sampletracking.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nextflow_workflow {
assert workflow.success
assert snapshot(
file(workflow.out.multiqc_report[0][0]).name,
file(workflow.out.crosscheck_metrics[0][0]).name,
file(workflow.out.crosscheck_metrics[0]).name,
workflow.out.versions
).match()
}
Expand Down
6 changes: 3 additions & 3 deletions tests/workflows/sampletracking.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Should run without failures": {
"content": [
"multiqc_report.html",
"",
"crosscheckfingerprints.crosscheck_metrics.txt",
[
"versions.yml:md5,0e5cf92b1d741f4f366aaf67f2740640",
"versions.yml:md5,3138a3ee6f45d1d551dc6cecd3d4b0c5"
Expand All @@ -12,6 +12,6 @@
"nf-test": "0.8.4",
"nextflow": "23.10.1"
},
"timestamp": "2024-03-21T10:32:45.272028"
"timestamp": "2024-03-21T11:46:03.112816"
}
}
}

0 comments on commit bbea163

Please sign in to comment.