Bug 14494: correct typo in ./t/DateUtils.t
authorMason James <mtj@kohaaloha.com>
Fri, 28 Aug 2015 05:56:41 +0000 (17:56 +1200)
committerMason James <mtj@kohaaloha.com>
Fri, 28 Aug 2015 06:01:34 +0000 (18:01 +1200)
t/DateUtils.t

index 8103ae0..b34936c 100755 (executable)
@@ -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'); }