From ebbf824f37227e2456b19152f034c0e1ce7a1541 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 18 Oct 2023 08:18:46 +0000 Subject: [PATCH] Rmaint fix: Fix number of tests in Auth.t --- t/db_dependent/Auth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index a72677f0fb..98496d2281 100755 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -41,7 +41,7 @@ $schema->storage->txn_begin; subtest 'checkauth() tests' => sub { - plan tests => 9; + plan tests => 8; my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } }); -- 2.39.5