Skip to content

Commit

Permalink
changed number of sequnce expected in t1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshakya committed Aug 3, 2020
1 parent 45a1d8b commit 0c18769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ $1 -eq 1 ]] || [[ -z $1 ]];then
echo "Test 1 finished without any errors";
else
echo "Test 1: There is something wrong!"
echo "t1_all_snp_alignment.fna does not have 2 sequences."
echo "t1_all_snp_alignment.fna does not have 10 sequences."

exit 1
fi
Expand Down

0 comments on commit 0c18769

Please sign in to comment.