diff --git a/t/db_dependent/Koha/Account.t b/t/db_dependent/Koha/Account.t index 4a8ef7c2cf..0dfc5f4400 100755 --- a/t/db_dependent/Koha/Account.t +++ b/t/db_dependent/Koha/Account.t @@ -19,7 +19,7 @@ use Modern::Perl; -use Test::More tests => 12; +use Test::More tests => 13; use Test::MockModule; use Test::Exception;