Bug 27353: (QA follow-up) Fix number of tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Tomás Cohen Arazi 2021-01-25 14:50:20 -03:00 committed by Jonathan Druart
parent 7ddb60e292
commit ab5663ca84

View file

@ -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;