From 4936bb9f29df4cf0f7b6e528170396f8e51dd8b8 Mon Sep 17 00:00:00 2001 From: Graham McVicker <mcvicker@sanger.ac.uk> Date: Tue, 22 Jul 2003 16:40:50 +0000 Subject: [PATCH] should be 9 tests not 10 --- modules/t/metaContainer.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/t/metaContainer.t b/modules/t/metaContainer.t index 02b70d785b..52379ff5e7 100644 --- a/modules/t/metaContainer.t +++ b/modules/t/metaContainer.t @@ -5,7 +5,7 @@ use lib 't'; BEGIN { $| = 1; use Test; - plan tests => 10; + plan tests => 9; } use TestUtils qw( debug ); -- GitLab