Skip to content

Commit 66e7a33

Browse files
authored
Merge pull request #413 from nf-core/dev
Update release date
2 parents 571d7eb + 240bec4 commit 66e7a33

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v2.0.0 - [2024-08]
6+
## v2.0.0 - [2024-09-05]
77

88
### `Breaking change`
99

tests/test_preannotated.nf.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ nextflow_pipeline {
121121
{ assert path("$outputDir/arg/fargene/sample_3/fargene_analysis.log").text.contains("fARGene is done.") },
122122

123123
// hAMRonization
124-
{ assert snapshot(path("$outputDir/reports/hamronization_summarize/hamronization_combined_report.tsv")).match("hamronization") },
124+
{ assert snapshot(path("$outputDir/reports/hamronization_summarize/hamronization_combined_report.tsv").readLines().size()).match("hamronization") },
125125

126126
// argNorm
127127
{ assert snapshot(

tests/test_preannotated.nf.test.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
},
107107
"hamronization": {
108108
"content": [
109-
"hamronization_combined_report.tsv:md5,69a16cdf66a817c2ed1a725ecce02d5b"
109+
246
110110
],
111111
"meta": {
112-
"nf-test": "0.8.4",
113-
"nextflow": "24.04.4"
112+
"nf-test": "0.9.0",
113+
"nextflow": "24.04.3"
114114
},
115-
"timestamp": "2024-08-13T14:22:38.851885764"
115+
"timestamp": "2024-09-05T10:17:06.711064611"
116116
},
117117
"abricate": {
118118
"content": [

0 commit comments

Comments
 (0)