summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-17 09:51:47 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-10-17 09:51:47 +0200
commit834ceb92d6097f5cddd24a7ca23170a58c085e17 (patch)
tree29d10cadaf2bce4fc2ab3c5135c7c4c586467d2e /t
parentef5d75fccec72506f5da2bfa10f2786c9c0492fd (diff)
update tests
Diffstat (limited to 't')
-rwxr-xr-xt/20-db.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20-db.t b/t/20-db.t
index 9d5592b..5857920 100755
--- a/t/20-db.t
+++ b/t/20-db.t
@@ -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' );