From 3ee551694785f65b3780f4b59d4b6969f61b0fd2 Mon Sep 17 00:00:00 2001 From: Robert-Meyer-MBTA Date: Mon, 15 Jul 2024 14:04:09 -0400 Subject: [PATCH] Remove Haverhill endpoint check entirely since Haverhill's 'endpoint' changes in the near future (#822) Co-authored-by: BluntBSE <31498420+BluntBSE@users.noreply.github.com> --- .../test/state_mediator/integration/gtfs_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs b/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs index 01cae14b..c8ee8b19 100644 --- a/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs +++ b/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs @@ -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