From aa906245c8067ca29fc9c42aec50f540aa356440 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 7 Feb 2024 11:02:51 +0000 Subject: [PATCH] Bug 34893: (RMaint follow-up) Fix test plan Looks like we missed the test plan increment here, simple fix. Signed-off-by: Martin Renvoize --- 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 a4df328b02..3f6246835c 100755 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -7,7 +7,7 @@ use CGI qw ( -utf8 ); use Test::MockObject; use Test::MockModule; use List::MoreUtils qw/all any none/; -use Test::More tests => 19; +use Test::More tests => 20; use Test::Warn; use t::lib::Mocks; use t::lib::TestBuilder; -- 2.39.5