From 3c2f306d7809381dd64e7ad6c4aea8ac1e2ed70f 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 --- 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 4b86ad5aff1..35b16f93296 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.30.0