From b1b4a1afea18aa70a547fb2f60918d0cb2428a56 Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 28 Aug 2015 17:56:41 +1200 Subject: [PATCH] Bug 14494: correct typo in ./t/DateUtils.t --- t/DateUtils.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/DateUtils.t b/t/DateUtils.t index 8103ae0096..b34936c566 100755 --- a/t/DateUtils.t +++ b/t/DateUtils.t @@ -5,7 +5,7 @@ use DateTime; use DateTime::TimeZone; use C4::Context; -use Test::More tests => 36; +use Test::More tests => 37; use Test::MockModule; BEGIN { use_ok('Koha::DateUtils'); } -- 2.39.5