From 32e81a0db6fa2088bf90365e48d8a63b3e9ee594 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 11 Oct 2017 07:25:01 -0400 Subject: [PATCH] Bug 14826 [QA Followup] - Correct number of tests run following rebase --- 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 d1802a2..2bceda9 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 109; +use Test::More tests => 112; use DateTime; -- 2.10.2