From 716ad50327a55ebe1b87c669ba013ab41d75f2ad Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Wed, 2 Apr 2025 13:50:44 +0000 Subject: [PATCH] Bug 21272: (follow-up) Fix unit test Signed-off-by: PhilipOrr --- t/db_dependent/ImportBatch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/ImportBatch.t b/t/db_dependent/ImportBatch.t index ab62187b63..03a1620f37 100755 --- a/t/db_dependent/ImportBatch.t +++ b/t/db_dependent/ImportBatch.t @@ -1,7 +1,7 @@ #!/usr/bin/perl use Modern::Perl; -use Test::More tests => 23; +use Test::More tests => 22; use utf8; use File::Basename; use File::Temp qw/tempfile/; -- 2.39.5