Skip to content

Commit

Permalink
Fixed up some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Jan 24, 2024
1 parent 7032e8c commit ce0a4ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pipelines/fetchdatairidanext.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}

0 comments on commit ce0a4ae

Please sign in to comment.