diff --git a/modules/nf-core/bases2fastq/tests/main.nf.test b/modules/nf-core/bases2fastq/tests/main.nf.test index bb16c07109d..4c7139c0908 100644 --- a/modules/nf-core/bases2fastq/tests/main.nf.test +++ b/modules/nf-core/bases2fastq/tests/main.nf.test @@ -42,7 +42,7 @@ nextflow_process { file(process.out.qc_report[0][1]).name, file(process.out.run_stats[0][1]).name, file(process.out.sample_json[0][1]).name, - ).match() + ).match() } ) } @@ -72,7 +72,7 @@ nextflow_process { file(process.out.qc_report[0][1]).name, file(process.out.run_stats[0][1]).name, file(process.out.sample_json[0][1]).name, - ).match() + ).match() } ) }