From 052905b656ade5267b33b0f66b6890bc278e2899 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 https://bugs.koha-community.org/show_bug.cgi?id=19122 --- 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 ce766d6..720018c 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.1.4