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:
parent
7ddb60e292
commit
ab5663ca84
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue