Skip to content

Commit

Permalink
tests: EMST has been renamed to EMSTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Jun 9, 2024
1 parent 83a69dc commit c969019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions t/11-journey-stats.t
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion t/12-journey-edit.t
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion t/r-negative-delay.t
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c969019

Please sign in to comment.