From d90747fb090b58880c8914dbe7844410a8106ae5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 14 Mar 2023 07:20:49 +0000 Subject: [PATCH] Bug 31858: (RMaint follow-up) Fix test plan Signed-off-by: Martin Renvoize --- 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 ce8275aeb7..9251c149e3 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 => 85; +use Test::More tests => 86; use Test::MockModule; use Test::Warn; use Test::Exception; -- 2.39.2