From a1283a161f11b0a03a432fc091c606cf7b9c0c5a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Mar 2025 12:21:08 +0000 Subject: [PATCH] Bug 38184: (follow-up) Correct the number of tests --- t/db_dependent/Koha/Checkout.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Checkout.t b/t/db_dependent/Koha/Checkout.t index 45f4f87017..215c895acb 100755 --- a/t/db_dependent/Koha/Checkout.t +++ b/t/db_dependent/Koha/Checkout.t @@ -20,7 +20,7 @@ use Modern::Perl; use Test::NoWarnings; -use Test::More tests => 4; +use Test::More tests => 5; use t::lib::TestBuilder; use Koha::Database; -- 2.39.5