diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 18:11:31 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 18:11:31 +0200 |
commit | be1be950d17094147970c02ae3ba8f514162c90a (patch) | |
tree | 11202f36e804c6406173fe2d2da62ccf07eea7f3 /t/20-db.t | |
parent | 1f572d5dc45a698c34c16876c7996a0dca960b91 (diff) |
Rename Jannowitzbrücke test case to Jannowitzbruecke to appease Kwalitee
Diffstat (limited to 't/20-db.t')
-rwxr-xr-x | t/20-db.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |