Loading t/20-db.t +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ use Test::More tests => 106; use Travel::Status::DE::HAFAS; my $json = JSON->new->utf8->decode( read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); = JSON->new->utf8->decode( read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); my $status = Travel::Status::DE::HAFAS->new( service => 'DB', Loading Loading
t/20-db.t +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ use Test::More tests => 106; use Travel::Status::DE::HAFAS; my $json = JSON->new->utf8->decode( read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); = JSON->new->utf8->decode( read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); my $status = Travel::Status::DE::HAFAS->new( service => 'DB', Loading