From 3950bd7a45b5aa8decf232cb3ac1cfd2a8298af5 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 --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 4c3227c8b4..d1156507cf 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 => 127; +use Test::More tests => 129; use Test::MockModule; use Data::Dumper; -- 2.20.1