From 2b2a9fdf7dcd2a6cc687765c1a1ff024334507bb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Mar 2025 12:21:08 +0000 Subject: [PATCH] Bug 38184: [24.05] (follow-up) Correct the number of tests Signed-off-by: David Nind --- 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 9dc83397440..3e660b500bd 100755 --- a/t/db_dependent/Koha/Checkout.t +++ b/t/db_dependent/Koha/Checkout.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 2; +use Test::More tests => 3; use t::lib::TestBuilder; use Koha::Database; -- 2.39.5