Skip to content

Commit 99c405e

Browse files
committedJan 8, 2023
updated test_get_phylomarkers.t
1 parent 13e8e04 commit 99c405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_get_phylomarkers.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use lib "lib/perl/File::Rename";
99

1010
### Test Perl scripts
1111
# test 1
12-
ok( eval{ `perl ./add_labels2tree.pl 2>&1` } =~ /two args/ , 'add_labels2tree.pl' );
12+
ok( eval{ `perl ./add_labels2tree.pl 2>&1` } =~ /two arguments/ , 'add_labels2tree.pl' );
1313

1414
# test 2
1515
ok( eval{ `perl ./add_nos2fasta_header.pl 2>&1` } =~ /fasta file/ , 'add_nos2fasta_header.pl' );

0 commit comments

Comments
 (0)
Please sign in to comment.