From: Galen Charlton Date: Fri, 12 Nov 2021 20:38:17 +0000 (-0500) Subject: LP1856906: (follow-up) fix unit test count X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9d72b7184f6e706d1bcbd352d3cc8f8f73d4700b;p=evergreen%2Ftadl.git LP1856906: (follow-up) fix unit test count Signed-off-by: Galen Charlton --- 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;