From c8eaa99e401296afc34a3816ba5faee962acb64b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Thu, 22 Feb 2024 10:44:46 +0000 Subject: [PATCH] Bug 29510: RMaint fix test count MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Demians --- 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