From 3e96b9b5bf432196b50a6a4df9dba85c2ae889f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 10 Mar 2019 21:30:57 +0100 Subject: lookahead: do not ignore trains where only arrival is < lookahead time --- t/20-iris-class.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/20-iris-class.t') diff --git a/t/20-iris-class.t b/t/20-iris-class.t index 65a2d60..69e1c45 100644 --- a/t/20-iris-class.t +++ b/t/20-iris-class.t @@ -4,7 +4,7 @@ use warnings; use 5.014; use DateTime; -use Test::More tests => 268; +use Test::More tests => 270; BEGIN { use_ok('Travel::Status::DE::IRIS'); -- cgit v1.2.3