Bug 29510: RMaint fix test count

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
This commit is contained in:
Frédéric Demians 2024-02-22 10:44:46 +00:00
parent 39c8abb274
commit c8eaa99e40

View file

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