Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test fix
  • Loading branch information
fangly committed Sep 4, 2011
1 parent 6b0d0ba commit f5a71d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/SeqIO/genbank.t
Expand Up @@ -599,5 +599,5 @@ $ast = Bio::SeqIO->new(-format => 'genbank' ,
-file => $testfile );
$as = $ast->next_seq;
($cds) = grep { $_->primary_tag eq 'CDS' } $as->get_SeqFeatures();
my @notes = $cds->get_tag_values('note');
@notes = $cds->get_tag_values('note');
is(scalar @notes, 2);

0 comments on commit f5a71d6

Please sign in to comment.