From: Kyle M Hall Date: Thu, 11 Apr 2019 19:11:45 +0000 (-0400) Subject: Bug 22521: (QA follow-up) Update number of tests in Circulation.t X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=fa922322037ab1ce476aaa65984c66ef78bd3b9e Bug 22521: (QA follow-up) Update number of tests in Circulation.t Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index b8bbcda..29d13cc 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -18,7 +18,7 @@ use Modern::Perl; use utf8; -use Test::More tests => 128; +use Test::More tests => 130; use Test::MockModule; use Data::Dumper;