summaryrefslogtreecommitdiff
path: root/t/20-iris-class.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-10 21:30:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-10 21:34:05 +0100
commit3e96b9b5bf432196b50a6a4df9dba85c2ae889f9 (patch)
tree04faa820c877386996899fb4fc0413bddb2c5202 /t/20-iris-class.t
parent869aa460a5a17989dff6e30eb6486b1e7be31542 (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.t2
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');