Skip to content
Snippets Groups Projects
Commit d8a660a0 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

changed number of tests

parent a1833b48
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ use Bio::EnsEMBL::Test::TestUtils qw( test_getter_setter debug count_rows);
BEGIN { $| = 1;
use Test;
plan tests => 18;
plan tests => 19;
}
......@@ -155,3 +155,5 @@ ok( @$arrays == 2 );
$arrays = $probe->get_all_AffyArrays();
ok( @$arrays == 2 );
$multi->restore();
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