From 5d7d166f4863862d3ac3def5b8d1061a174db9ed Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 8 Nov 2019 07:07:32 +0000 Subject: [PATCH] Bug 21301: (QA follow-up) Fix number of tests Signed-off-by: David Nind Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart (cherry picked from commit 97d94bad13bc2d14a954cb67aca6c6605f9d4906) Signed-off-by: Fridolin Somers (cherry picked from commit 34e679646db33b746db5c7e025d6bd08dcb3117b) Signed-off-by: Andrew Fuerste-Henry --- t/db_dependent/Circulation/issue.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation/issue.t b/t/db_dependent/Circulation/issue.t index 49f7ae4bee..cdabce2d70 100644 --- a/t/db_dependent/Circulation/issue.t +++ b/t/db_dependent/Circulation/issue.t @@ -17,7 +17,7 @@ use Modern::Perl; -use Test::More tests => 46; +use Test::More tests => 45; use DateTime::Duration; use t::lib::Mocks; -- 2.39.5