diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-09 10:17:04 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-09 10:17:04 +0200 |
commit | c969019bb3fa79a54d51ffdd9c285cb6d45c2d09 (patch) | |
tree | 38726ca43e4e0a929eb239fef759b9c6cc35c69f /t/11-journey-stats.t | |
parent | 83a69dcd74df82d0fb910c7ef389b0723d827799 (diff) |
tests: EMST has been renamed to EMSTP.2.6.21
Diffstat (limited to 't/11-journey-stats.t')
-rw-r--r-- | t/11-journey-stats.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/11-journey-stats.t b/t/11-journey-stats.t index 9853b85..4623402 100644 --- a/t/11-journey-stats.t +++ b/t/11-journey-stats.t @@ -81,7 +81,7 @@ $t->post_ok( csrf_token => $csrf_token, action => 'save', train => 'RE 42 11238', - dep_station => 'EMST', + dep_station => 'EMSTP', sched_departure => '16.10.2018 17:36', rt_departure => '16.10.2018 17:36', arr_station => 'EG', @@ -122,7 +122,7 @@ $t->post_ok( csrf_token => $csrf_token, action => 'save', train => 'RE 42 11238', - dep_station => 'EMST', + dep_station => 'EMSTP', sched_departure => '16.11.2018 17:36', rt_departure => '16.11.2018 17:45', arr_station => 'EG', |