From d46bd72d4e75b9f17c427f8847e1448404b41c74 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 (cherry picked from commit a2a55e284b8f928dfaf2c898e9276164cccd65aa) Signed-off-by: Jacob O'Mara --- 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 40f731522b..5be387cf00 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.39.5