From e8d6b94dba8b9430bc8cce213d0a155f1243315d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 16 Apr 2021 11:40:07 -0400 Subject: [PATCH] Bug 27896: (QA follow-up) Fix number of unit tests Signed-off-by: Kyle M Hall --- t/db_dependent/Circulation/transfers.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/transfers.t b/t/db_dependent/Circulation/transfers.t index 19e5d86c40..5e639ae90c 100755 --- a/t/db_dependent/Circulation/transfers.t +++ b/t/db_dependent/Circulation/transfers.t @@ -27,7 +27,7 @@ use Koha::Item::Transfers; use t::lib::TestBuilder; -use Test::More tests => 25; +use Test::More tests => 22; use Test::Deep; BEGIN { -- 2.24.3 (Apple Git-128)