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