diff options
Diffstat (limited to 'rt/t/api/date.t')
-rw-r--r-- | rt/t/api/date.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/t/api/date.t b/rt/t/api/date.t index 6fcaa494b..728a4a2bc 100644 --- a/rt/t/api/date.t +++ b/rt/t/api/date.t @@ -1,9 +1,9 @@ -#!/usr/bin/perl use Test::MockTime qw(set_fixed_time restore_time); use DateTime; -use warnings; use strict; +use warnings; +use strict; use RT::Test tests => 173; use RT::User; use Test::Warn; |