Bug 29510: (Rmaint follow-up) fix number of tests

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Lucas Gass 2024-02-21 23:42:25 +00:00
parent 5af64c5c44
commit 993cd9f73f

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;