Skip to content
Snippets Groups Projects
Commit ca819316 authored by Andy Yates's avatar Andy Yates
Browse files

Switched to Test::More and done_testing();

parent f4670186
No related branches found
No related tags found
No related merge requests found
use strict;
use warnings;
BEGIN { $| = 1;
use Test;
plan tests => 17;
}
use Test::More;
use Bio::EnsEMBL::Test::TestUtils;
use Bio::EnsEMBL::ProteinFeature;
......@@ -84,5 +79,5 @@ ok(test_getter_setter($f, 'idesc', 'interpro desc1'));
ok(test_getter_setter($f, 'interpro_ac', 'interpro ac1'));
done_testing();
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