From fa922322037ab1ce476aaa65984c66ef78bd3b9e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 11 Apr 2019 15:11:45 -0400 Subject: [PATCH] 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 --- t/db_dependent/Circulation.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.2.5