From f792996a7a53ffa31b41130200d95ea0441801c6 Mon Sep 17 00:00:00 2001 From: Graham McVicker <mcvicker@sanger.ac.uk> Date: Thu, 17 Jul 2003 14:26:06 +0000 Subject: [PATCH] changed test count from 42 to 44 --- modules/t/canonicalDBAdaptor.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/t/canonicalDBAdaptor.t b/modules/t/canonicalDBAdaptor.t index 376561eac8..daebd55d39 100644 --- a/modules/t/canonicalDBAdaptor.t +++ b/modules/t/canonicalDBAdaptor.t @@ -5,7 +5,7 @@ use lib 't'; BEGIN { $| = 1; use Test; - plan tests => 42; + plan tests => 44; } -- GitLab