diff --git a/modules/t/affyAdaptors.t b/modules/t/affyAdaptors.t index e30965e56af3d07328b9f4fa86b38e62814c3c40..dd4d8222214c29c66bae6b2e9fd759df55e686dd 100644 --- a/modules/t/affyAdaptors.t +++ b/modules/t/affyAdaptors.t @@ -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();