diff --git a/tests/modules/nf-core/vsearch/sintax/main.nf.test b/tests/modules/nf-core/vsearch/sintax/main.nf.test index 772563f..d4a7c28 100755 --- a/tests/modules/nf-core/vsearch/sintax/main.nf.test +++ b/tests/modules/nf-core/vsearch/sintax/main.nf.test @@ -27,7 +27,7 @@ nextflow_process { assert tsv[0].size() == 2 assert tsv[0][0].size() == 2 } - + assert snapshot(process.out).match() } } diff --git a/tests/modules/nf-core/vsearch/sintax/main.nf.test.snap b/tests/modules/nf-core/vsearch/sintax/main.nf.test.snap new file mode 100644 index 0000000..3cc0cab --- /dev/null +++ b/tests/modules/nf-core/vsearch/sintax/main.nf.test.snap @@ -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" + } +} \ No newline at end of file