From c718eee420972337167ef1b8940150f9746789e5 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 23 Oct 2010 15:52:59 +0200 Subject: [PATCH] fix number of tests --- t/1-COBISS.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/1-COBISS.t b/t/1-COBISS.t index 1448f61..bcca9aa 100755 --- a/t/1-COBISS.t +++ b/t/1-COBISS.t @@ -3,7 +3,7 @@ use warnings; use strict; -use Test::More tests => 3; +use Test::More tests => 6; use_ok 'COBISS'; -- 2.20.1