From 14b0e7ff02617c0f394fdae9c9c04a846ab94a5b 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 --- 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..d1f4d9b150 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 => 128; use Test::MockModule; use Data::Dumper; -- 2.20.1