Skip to content

Commit

Permalink
Remove Haverhill endpoint check entirely since Haverhill's 'endpoint'…
Browse files Browse the repository at this point in the history
… changes in the near future (#822)

Co-authored-by: BluntBSE <[email protected]>
  • Loading branch information
Robert-Meyer-MBTA and BluntBSE authored Jul 15, 2024
1 parent cd2572d commit 3ee5516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ defmodule StateMediator.Integration.GtfsTest do

describe "shapes" do
test "outbound highest-priority shape ends at the end of the route" do
for route_id <- ~w(CR-Haverhill CR-Lowell CR-Worcester Blue Green-E) do
for route_id <- ~w(CR-Lowell CR-Worcester Blue Green-E) do
[primary_shape | _] = State.Shape.select_routes([route_id], 0)
[last_stop | _] = stops(route_id, 1)
# don't require an exact match
Expand Down

0 comments on commit 3ee5516

Please sign in to comment.