From 00d75104baec74cb782d02b2c2c0a987dcf66ed7 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 --- 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.34.1