From ce0a4ae39fea2a85511e5bc54c6397c2cf333860 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Wed, 24 Jan 2024 09:51:23 -0600 Subject: [PATCH] Fixed up some formatting --- tests/pipelines/fetchdatairidanext.nf.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pipelines/fetchdatairidanext.nf.test b/tests/pipelines/fetchdatairidanext.nf.test index 155b3f4..4373d60 100644 --- a/tests/pipelines/fetchdatairidanext.nf.test +++ b/tests/pipelines/fetchdatairidanext.nf.test @@ -7,15 +7,15 @@ nextflow_pipeline { when { params { - input = "$baseDir/tests/data/samplesheet.csv" - outdir = "results" + input = "$baseDir/tests/data/samplesheet.csv" + outdir = "results" } } then { assert workflow.success - assert path("$launchDir/results/iridanext.output.json").json == path("$baseDir/tests/data/test1_iridanext.output.json").json + assert path("$launchDir/results/iridanext.output.json").json == path("$baseDir/tests/data/test1_iridanext.output.json").json } } -} \ No newline at end of file +}