Skip to content
Snippets Groups Projects
Commit fc472cee authored by Felix Kokocinski's avatar Felix Kokocinski
Browse files

method renamed

parent f67dbfe2
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ ok(length($ditagFeature->sequence) > 10);
#test fetch_ditag
my $ditag = $ditagFeature->fetch_ditag();
my $ditag = $ditagFeature->ditag();
ok(defined $ditag && $ditag->isa('Bio::EnsEMBL::Map::Ditag'));
ok($ditag->dbID == $ditag_id);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment