From 9d72b7184f6e706d1bcbd352d3cc8f8f73d4700b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 12 Nov 2021 15:38:17 -0500 Subject: [PATCH] LP1856906: (follow-up) fix unit test count Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/t/14-OpenILS-Utils.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/t/14-OpenILS-Utils.t b/Open-ILS/src/perlmods/t/14-OpenILS-Utils.t index d9c21190c5..4af519c0cc 100644 --- a/Open-ILS/src/perlmods/t/14-OpenILS-Utils.t +++ b/Open-ILS/src/perlmods/t/14-OpenILS-Utils.t @@ -14,7 +14,7 @@ # truckload to verify that everything would continue to work if # we turn it on across the board. -use Test::More tests => 48; +use Test::More tests => 47; use Test::Warn; use DateTime::TimeZone; use DateTime::Format::ISO8601; -- 2.43.2