diff --git a/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test b/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test index 66851b74247..14ee0acf995 100644 --- a/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test +++ b/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test @@ -24,7 +24,7 @@ nextflow_process { then { assertAll( { assert process.success }, - { assert snapshot(process.out).match() } + { assert snapshot(process.out.chip).match() } ) } diff --git a/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test.snap b/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test.snap index ae5d00342e6..a129ea4269a 100644 --- a/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test.snap +++ b/modules/nf-core/custom/tabulartogseachip/tests/main.nf.test.snap @@ -1,25 +1,14 @@ { "test tsv to chip": { "content": [ - { - "0": [ - "SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a" - ], - "1": [ - "versions.yml:md5,5d7471c33c9bef639c20d6a812487eb2" - ], - "chip": [ - "SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a" - ], - "versions": [ - "versions.yml:md5,5d7471c33c9bef639c20d6a812487eb2" - ] - } + [ + "SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a" + ] ], "meta": { "nf-test": "0.9.2", "nextflow": "24.10.2" }, - "timestamp": "2024-12-13T14:11:48.770133595" + "timestamp": "2024-12-13T14:25:21.122994122" } } \ No newline at end of file