Skip to content

Commit

Permalink
deal with score oddity
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Apr 13, 2012
1 parent ca258c7 commit cf4f009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/gff3.t
Expand Up @@ -235,7 +235,7 @@ while($f = $io->next_feature()){
is($f->primary_tag, 'region');
is($f->primary_id, undef);
is($f->seq_id, 'foo');
is($f->source_tag, undef);
is($f->source_tag, '');
is($f->score, undef);
is($f->start, 1);
is($f->end, 100);
Expand Down

0 comments on commit cf4f009

Please sign in to comment.