Skip to content

Commit

Permalink
Update test_16.sh
Browse files Browse the repository at this point in the history
Make CodeFactor happy
  • Loading branch information
johausmann committed Oct 10, 2023
1 parent ea09b0b commit d41a5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/test_16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ nextflow main.nf -profile conda --name test_data \
--lineage_mode

test -s $output/test_data.assembly.pangolin.csv || { echo "Missing pangolin output file (lineage mode with vcf input)!"; exit 1; }
assert_eq `wc -l $output/test_data.assembly.pangolin.csv` 2 "Wrong number of pangolin results"
assert_eq $(wc -l $output/test_data.assembly.pangolin.csv) 2 "Wrong number of pangolin results"

0 comments on commit d41a5f0

Please sign in to comment.