From e06f3ee0fa542c2ab511e8fd2e81680d4a675837 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 7 Dec 2011 18:04:10 +0100 Subject: [PATCH] Jenkins complaining = fixing number of tests (see jenkins build http://jenkins.koha-community.org/job/Koha_master/557/#showFailuresLink) --- t/Boolean.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Boolean.t b/t/Boolean.t index 865953c8c5..fb3b0bfdc5 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 12; BEGIN { use_ok( 'C4::Boolean', qw( true_p ) ); } -- 2.39.5