diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-10 21:30:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-10 21:34:05 +0100 |
commit | 3e96b9b5bf432196b50a6a4df9dba85c2ae889f9 (patch) | |
tree | 04faa820c877386996899fb4fc0413bddb2c5202 /t/20-iris-class.t | |
parent | 869aa460a5a17989dff6e30eb6486b1e7be31542 (diff) |
lookahead: do not ignore trains where only arrival is < lookahead time
Diffstat (limited to 't/20-iris-class.t')
-rw-r--r-- | t/20-iris-class.t | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |