@@ -, +, @@ --- t/db_dependent/Koha/Patron/Categories.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/t/db_dependent/Koha/Patron/Categories.t +++ a/t/db_dependent/Koha/Patron/Categories.t @@ -18,7 +18,7 @@ # along with Koha; if not, see . use Modern::Perl; -use Test::More tests => 4; +use Test::More tests => 5; use Koha::Patron::Category; use Koha::Patron::Categories; use t::lib::TestBuilder; --