From d1fb153aabe31a816f95785d6225b70e8084113d Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 6 Feb 2019 16:17:43 +0000 Subject: [PATCH] Bug 21478: (RMaint follow-up) fixed test count Signed-off-by: Lucas Gass --- t/Koha/Exceptions.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Koha/Exceptions.t b/t/Koha/Exceptions.t index efad47fa87..50b7d8a426 100644 --- a/t/Koha/Exceptions.t +++ b/t/Koha/Exceptions.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 3; +use Test::More tests => 2; use Test::Exception; subtest 'Koha::Exceptions::Hold tests' => sub { -- 2.39.5