From 7a60e52bd8e04f039f04e8418db42fc563222aa1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 29 Sep 2017 19:39:34 -0300 Subject: [PATCH] Bug 19276: Update the number of tests Signed-off-by: Jonathan Druart --- 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 ce766d66e1..720018c28d 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 101; +use Test::More tests => 102; use DateTime; -- 2.39.2