Skip to content

Commit

Permalink
Fixed typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kylacochrane committed Oct 25, 2024
1 parent 97a6246 commit a27b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/main_gm_threshold.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nextflow_pipeline {

then {
assert workflow.failed
assert (workflow.stdout =~ /Error \[1.0\] supplied thresholds do not equal the number of threshold columns in clusters.tsv/).find()
assert (workflow.stdout =~ /Genomic address too short for samples: \[\'sample1\', \'sample2\', \'sample3\'\] based on \{0: 1\.0\}/).find()
}
}

Expand Down

0 comments on commit a27b64a

Please sign in to comment.