diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-08-05 18:22:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-08-05 18:22:08 +0200 |
commit | dfc671161cc3829f3b84af04014b94ace621eb8e (patch) | |
tree | 68e3aae3d7d5413f1e7c087ebe42ee447cbcdd35 /t/20-iris-class.t | |
parent | 89151e8b3d22fbdc6ab417a3e7c445dc737e3bcd (diff) |
Compare lookahead to scheduled and not realtime data
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 a861909..65a2d60 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 => 266; +use Test::More tests => 268; BEGIN { use_ok('Travel::Status::DE::IRIS'); |