From 3d6787f010c1b3fd566da3e99db232fd8d460afb Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 25 Jan 2021 14:50:20 -0300 Subject: [PATCH] Bug 27353: (QA follow-up) Fix number of tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- 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 4b86ad5aff..35b16f9329 100755 --- a/t/db_dependent/Koha/REST/Plugin/Objects.t +++ b/t/db_dependent/Koha/REST/Plugin/Objects.t @@ -77,7 +77,7 @@ get '/biblios' => sub { # The tests -use Test::More tests => 10; +use Test::More tests => 11; use Test::Mojo; use t::lib::Mocks; -- 2.20.1