From 0c1876980e46809ba3ecfb771e9220d7934243e6 Mon Sep 17 00:00:00 2001 From: Migun Shakya Date: Sun, 2 Aug 2020 22:44:00 -0600 Subject: [PATCH] changed number of sequnce expected in t1 --- test/TestAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestAll.sh b/test/TestAll.sh index 102d397..060d322 100755 --- a/test/TestAll.sh +++ b/test/TestAll.sh @@ -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