Bug 32121: (QA follow-up): Fix unit tests count
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Mar 2023 14:31:22 +0000 (10:31 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 10:50:04 +0000 (12:50 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/Item.t

index 6f9d7ce..7ac3e79 100755 (executable)
@@ -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;