From c9d6aff666efec595f0a4d97777bec4e7c5c3eee Mon Sep 17 00:00:00 2001 From: Graham McVicker <mcvicker@sanger.ac.uk> Date: Thu, 26 Feb 2004 17:52:01 +0000 Subject: [PATCH] fixed test count --- modules/t/dbEntries.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/t/dbEntries.t b/modules/t/dbEntries.t index 22f2d67881..dfea767fce 100644 --- a/modules/t/dbEntries.t +++ b/modules/t/dbEntries.t @@ -4,7 +4,7 @@ use warnings; BEGIN { $| = 1; use Test; - plan tests => 31; + plan tests => 39; } use MultiTestDB; -- GitLab