Skip to content

Commit

Permalink
fix: update validation to accept both forms of wickford junction
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Mar 19, 2024
1 parent 91e4115 commit b547df7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,13 @@ defmodule StateMediator.Integration.GtfsTest do
[shapes_0, shapes_1] = shapes_in_both_directions("CR-Providence")

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

assert shape_0.name =~ "South Station - Wickford Junction"

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

Expand Down

0 comments on commit b547df7

Please sign in to comment.