From 9a960b39787970da5bbe6609ae80dcfda71bde88 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 10 Mar 2023 10:56:21 -0300 Subject: [PATCH] Bug 31858: (QA follow-up) Fix number of tests Signed-off-by: Tomas Cohen Arazi --- 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 9265d1705d..33a518fc09 100755 --- 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 => 86; +use Test::More tests => 87; use Test::MockModule; use Test::Warn; use Test::Exception; -- 2.39.5