Skip to content

Commit

Permalink
fixup! [WIP] editoast: add test for train schedule projection
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi committed Dec 8, 2024
1 parent 5a567cb commit d35f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editoast/src/views/train_schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ mod tests {
"ids": vec![train_schedule_fail.id, train_schedule_valid.id],
"path": {
"track_section_ranges": [
{"track_id": "fake_track", "start": 0, "end": 100, "direction": "StartToStop"}
{"track_section": "fake_track", "begin": 0, "end": 100, "direction": "START_TO_STOP"}
],
"routes": [],
"blocks": []
Expand Down

0 comments on commit d35f597

Please sign in to comment.