From 9a77e0600e0c87f95c098e67f7fcc53c6491f500 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 28 Oct 2016 12:11:17 +0000 Subject: [PATCH] Bug 14629 - Fix # of unit tests Signed-off-by: Kyle M Hall --- t/db_dependent/Koha.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha.t b/t/db_dependent/Koha.t index d59bdab1e2..3d5e2030d7 100644 --- a/t/db_dependent/Koha.t +++ b/t/db_dependent/Koha.t @@ -22,7 +22,7 @@ $dbh->{AutoCommit} = 0; $dbh->{RaiseError} = 1; subtest 'Authorized Values Tests' => sub { - plan tests => 4; + plan tests => 3; my $data = { category => 'CATEGORY', -- 2.39.5