From 523d1a67e07560b00b2274e1dffa6293cfe32b35 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 25 Feb 2019 15:04:00 +0000 Subject: [PATCH] Bug 21971: (RMaint follow-up) Fix number of tests on backport 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 1a96994d65..4e3fd23092 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 => 124; +use Test::More tests => 123; use Data::Dumper; use DateTime; -- 2.20.1