From d40db2ba7fc9a327b6db2eb757a2494807b335f1 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Tue, 6 Jun 2023 11:23:28 +0200 Subject: [PATCH] Bug 8137: (follow-up) Fix number of tests --- t/db_dependent/Circulation/Branch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/Branch.t b/t/db_dependent/Circulation/Branch.t index 68b6ec100c..0e8d7ab557 100755 --- a/t/db_dependent/Circulation/Branch.t +++ b/t/db_dependent/Circulation/Branch.t @@ -25,7 +25,7 @@ use Koha::CirculationRules; use Koha::Patrons; -use Test::More tests => 18; +use Test::More tests => 19; use t::lib::Mocks; use t::lib::TestBuilder; -- 2.25.1