Skip to content

Commit

Permalink
import in type
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Jan 3, 2017
1 parent 5305e27 commit 4d18c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/Location/Simple.t
Expand Up @@ -5,6 +5,7 @@ use lib './lib';
use Test;

use Bio::Location::Simple;
use Bio::Type::Location;

# set explicitly
my $loc = Bio::Location::Simple.new(start => 1, end => 100, strand => -1);
Expand Down Expand Up @@ -58,4 +59,4 @@ ok(!$loc.is-remote, 'is-remote');
ok($loc.is-fuzzy, 'is-fuzzy');
is($loc, '1..100>', 'Stringified');

done-testing();
done-testing();

0 comments on commit 4d18c31

Please sign in to comment.