From 993cd9f73f817256656474b0860122ac48a9c4c8 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 21 Feb 2024 23:42:25 +0000 Subject: [PATCH] Bug 29510: (Rmaint follow-up) fix number of tests Signed-off-by: Lucas Gass --- t/db_dependent/Koha/REST/Plugin/Objects.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/REST/Plugin/Objects.t b/t/db_dependent/Koha/REST/Plugin/Objects.t index 263e6aa68a..22af4e6aec 100755 --- a/t/db_dependent/Koha/REST/Plugin/Objects.t +++ b/t/db_dependent/Koha/REST/Plugin/Objects.t @@ -153,7 +153,7 @@ get '/my_patrons/:patron_id' => sub { }; # The tests -use Test::More tests => 18; +use Test::More tests => 19; use Test::Mojo; use t::lib::Mocks; -- 2.39.5