From 00e1e728a29c4b62ac10a482f9265f82afb11548 Mon Sep 17 00:00:00 2001 From: Robert-Meyer-MBTA Date: Mon, 22 Jul 2024 13:46:07 -0400 Subject: [PATCH] chore: change Haverhill start point to Bradford 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 c8ee8b19..214d071d 100644 --- a/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs +++ b/apps/state_mediator/test/state_mediator/integration/gtfs_test.exs @@ -58,7 +58,7 @@ defmodule StateMediator.Integration.GtfsTest do assert_first_last_stop_id("CR-Providence", "place-sstat", "place-NEC-1659") assert_first_last_stop_id("CR-Fairmount", "place-sstat", ["place-DB-0095", "place-FS-0049"]) assert_first_last_stop_id("CR-Franklin", "place-sstat", "place-FB-0303") - assert_first_last_stop_id("CR-Haverhill", "place-north", "place-WR-0329") + assert_first_last_stop_id("CR-Haverhill", "place-north", "place-WR-0325") assert_first_last_stop_id("CR-Lowell", "place-north", "place-NHRML-0254") assert_first_last_stop_id("CR-Kingston", "place-sstat", "place-KB-0351") assert_first_last_stop_id("Green-B", "place-gover", "place-lake")