Skip to content

Commit

Permalink
New snapshot vsearch sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Apr 4, 2024
1 parent 334b70e commit 9426586
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/nf-core/vsearch/sintax/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nextflow_process {
assert tsv[0].size() == 2
assert tsv[0][0].size() == 2
}

assert snapshot(process.out).match()
}

}
Expand Down
37 changes: 37 additions & 0 deletions tests/modules/nf-core/vsearch/sintax/main.nf.test.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Should run without failures": {
"content": [
{
"0": [
[
{
"id": "ERR2537816",
"single_end": false
},
"ERR2537816.tsv:md5,84351a56e4ddf56df7403c9ffefa0f1b"
]
],
"1": [
"versions.yml:md5,6584e256329124c6abe9e76715edfe92"
],
"tsv": [
[
{
"id": "ERR2537816",
"single_end": false
},
"ERR2537816.tsv:md5,84351a56e4ddf56df7403c9ffefa0f1b"
]
],
"versions": [
"versions.yml:md5,6584e256329124c6abe9e76715edfe92"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
},
"timestamp": "2024-04-04T12:52:09.921597141"
}
}

0 comments on commit 9426586

Please sign in to comment.