From e5bd5d16e0a1c13abe0bf6d0a803b209f717e5fe Mon Sep 17 00:00:00 2001 From: Graham McVicker <mcvicker@sanger.ac.uk> Date: Tue, 22 Jul 2003 12:38:58 +0000 Subject: [PATCH] changed expected test number from 40 to 41 --- 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 4693e71689..8e6980cb45 100644 --- a/modules/t/canonicalDBAdaptor.t +++ b/modules/t/canonicalDBAdaptor.t @@ -5,7 +5,7 @@ use lib 't'; BEGIN { $| = 1; use Test; - plan tests => 40; + plan tests => 41; } -- GitLab