From a2a55e284b8f928dfaf2c898e9276164cccd65aa Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 24 Mar 2023 10:31:22 -0400 Subject: [PATCH] Bug 32121: (QA follow-up): Fix unit tests count Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/Item.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t index 6f9d7cefd7..7ac3e79c72 100755 --- a/t/db_dependent/Koha/Item.t +++ b/t/db_dependent/Koha/Item.t @@ -213,7 +213,7 @@ subtest 'bundle_host tests' => sub { }; subtest 'add_to_bundle tests' => sub { - plan tests => 7; + plan tests => 10; $schema->storage->txn_begin; -- 2.11.0