Skip to content
Snippets Groups Projects
Commit 7d892d9d authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Fix test count.

parent 9ddc9430
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ use Bio::EnsEMBL::Test::TestUtils;
BEGIN { $| = 1;
use Test;
plan tests => 12;
plan tests => 11;
}
use Bio::EnsEMBL::Test::MultiTestDB;
......
......@@ -6,7 +6,7 @@ use Bio::EnsEMBL::Test::MultiTestDB;
BEGIN { $| = 1;
use Test;
plan tests => 14;
plan tests => 12;
}
my $multi_db = Bio::EnsEMBL::Test::MultiTestDB->new;
......
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