summaryrefslogtreecommitdiff
path: root/t/20-iris-class.t
diff options
context:
space:
mode:
Diffstat (limited to 't/20-iris-class.t')
-rw-r--r--t/20-iris-class.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/20-iris-class.t b/t/20-iris-class.t
index ba3882b..8ec50ef 100644
--- a/t/20-iris-class.t
+++ b/t/20-iris-class.t
@@ -21,7 +21,8 @@ my $status = Travel::Status::DE::IRIS->new(
hour => 20,
minute => 1,
time_zone => 'Europe/Berlin',
- )
+ ),
+ lookahead => 3 * 60 + 59,
);
isa_ok( $status, 'Travel::Status::DE::IRIS' );