From 7c3137a4c42e3a385d37c595849cc0edff76b901 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 10 Feb 2021 10:36:21 -0500 Subject: [PATCH] Bug 8137: (QA 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 a9282e0178..5748c5be2f 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 => 15; +use Test::More tests => 16; use t::lib::Mocks; use t::lib::TestBuilder; -- 2.24.1 (Apple Git-126)