diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-17 09:51:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-17 09:51:47 +0200 |
commit | 834ceb92d6097f5cddd24a7ca23170a58c085e17 (patch) | |
tree | 29d10cadaf2bce4fc2ab3c5135c7c4c586467d2e /t | |
parent | ef5d75fccec72506f5da2bfa10f2786c9c0492fd (diff) |
update tests
Diffstat (limited to 't')
-rwxr-xr-x | t/20-db.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ is( $results[0]->operator, 'Nahreisezug', 'result 0: operator' ); is( $results[0]->platform, undef, 'result 0: platform' ); for my $res ( $results[0]->route_end, $results[0]->destination ) { - is( $res, 'Tiergarten, Philharmonie', 'result 0: route start/end' ); + is( $res, 'Philharmonie Süd, Berlin', 'result 0: route start/end' ); } is( $results[0]->sched_date, '02.10.2022', 'result 0: sched_date' ); |