From c969019bb3fa79a54d51ffdd9c285cb6d45c2d09 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 9 Jun 2024 10:17:04 +0200 Subject: [PATCH] tests: EMST has been renamed to EMSTP. --- t/11-journey-stats.t | 4 ++-- t/12-journey-edit.t | 2 +- t/r-negative-delay.t | 2 +- 3 files changed, 4 insertions(+), 4 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', diff --git a/t/12-journey-edit.t b/t/12-journey-edit.t index 27e309b..fed58e5 100644 --- a/t/12-journey-edit.t +++ b/t/12-journey-edit.t @@ -78,7 +78,7 @@ $t->status_is(302)->header_is( location => '/' ); $t->app->journeys->add( db => $t->app->pg->db, uid => $uid, - dep_station => 'EMST', + dep_station => 'EMSTP', arr_station => 'EG', sched_departure => DateTime->new( year => 2018, diff --git a/t/r-negative-delay.t b/t/r-negative-delay.t index 78bd6e0..4f9d94e 100644 --- a/t/r-negative-delay.t +++ b/t/r-negative-delay.t @@ -82,7 +82,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:35', arr_station => 'EG',