From 1f0c3bf8a4d0457fa41b06674070548c0e58abc6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 24 Feb 2023 09:22:25 +0000 Subject: [PATCH] Bug 31557: (QA follow-up) Fix number of tests Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- t/db_dependent/HoldsQueue.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/HoldsQueue.t b/t/db_dependent/HoldsQueue.t index c122d10b08..50a9e61c6c 100755 --- a/t/db_dependent/HoldsQueue.t +++ b/t/db_dependent/HoldsQueue.t @@ -8,7 +8,7 @@ use Modern::Perl; -use Test::More tests => 59; +use Test::More tests => 60; use Data::Dumper; use C4::Calendar qw( new insert_single_holiday ); -- 2.30.2