From 58e3bccea63fdf1ffefcdece3f5e9c7b2f843dfd Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 11 Feb 2019 07:15:11 -0500 Subject: [PATCH] Bug 21829: (QA Follow-up) - Update the number of unit tests Signed-off-by: Kyle M Hall --- t/db_dependent/Letters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t index 09e35e3312..a14df42344 100644 --- a/t/db_dependent/Letters.t +++ b/t/db_dependent/Letters.t @@ -18,7 +18,7 @@ # along with Koha; if not, see . use Modern::Perl; -use Test::More tests => 65; +use Test::More tests => 67; use Test::MockModule; use Test::Warn; -- 2.17.2 (Apple Git-113)