Skip to content

Commit

Permalink
fix: Use IDs for Stoughton routes on Providence/Stoughton line for Fa…
Browse files Browse the repository at this point in the history
…ll 2023 diversion
  • Loading branch information
clem-hertling authored and paulswartz committed Sep 21, 2023
1 parent bb6baf3 commit 431c573
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ defmodule StateMediator.Integration.GtfsTest do

assert [
%{name: "South Station - Wickford Junction"},
%{id: "9890004"}
%{id: "9890004"},
%{id: "SouthStationToStoughtonViaFairmount"}
] = shapes_0

assert [%{name: "Wickford Junction - South Station"}, %{id: "9890003"}] = shapes_1
Expand Down

0 comments on commit 431c573

Please sign in to comment.