From a8976237c1be7cdc51a50a1a846461d280c94cc9 Mon Sep 17 00:00:00 2001 From: BluntBSE <31498420+BluntBSE@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:13:42 -0500 Subject: [PATCH] chore: Updated haverhill test --- .../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 214d071d..c8ee8b19 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-0325") + assert_first_last_stop_id("CR-Haverhill", "place-north", "place-WR-0329") 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")