From c3143ba4804fe6d391aa10131760782b8e84dc6e Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 4 Nov 2024 15:37:02 +0000 Subject: [PATCH] Bug 28633: (QA follow-up) Fix test plans Signed-off-by: Martin Renvoize --- t/db_dependent/Koha/Patron.t | 2 +- t/db_dependent/api/v1/patrons.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t index 8bbb12c2c1f..5ea56720498 100755 --- a/t/db_dependent/Koha/Patron.t +++ b/t/db_dependent/Koha/Patron.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 37; +use Test::More tests => 38; use Test::Exception; use Test::Warn; use Time::Fake; diff --git a/t/db_dependent/api/v1/patrons.t b/t/db_dependent/api/v1/patrons.t index d7f490b3b14..22e0487ce0d 100755 --- a/t/db_dependent/api/v1/patrons.t +++ b/t/db_dependent/api/v1/patrons.t @@ -81,7 +81,7 @@ subtest 'list() tests' => sub { subtest 'librarian access tests' => sub { - plan tests => 22; + plan tests => 21; $schema->storage->txn_begin; @@ -265,7 +265,7 @@ subtest 'get() tests' => sub { subtest 'librarian access tests' => sub { - plan tests => 9; + plan tests => 8; $schema->storage->txn_begin; -- 2.47.0