Skip to content

Commit

Permalink
fix (test): Remove Lynn Ferry to match current GTFS data
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadyan committed Dec 1, 2023
1 parent a9b919b commit 95b1a4f
Showing 1 changed file with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,26 +249,12 @@ defmodule AlertProcessor.ServiceInfoCacheTest do
{"Long Wharf (North)", "Boat-Long", {42.360795, -71.049976}, 1}
]
},
%AlertProcessor.Model.Route{
direction_names: ["Outbound", "Inbound"],
direction_destinations: ["Blossom Street Pier", "Long Wharf"],
headsigns: nil,
long_name: "Lynn Ferry",
order: 3,
route_id: "Boat-Lynn",
route_type: 4,
short_name: "",
stop_list: [
{"Blossom Street Pier", "Boat-Blossom", {42.45481, -70.94802}, 1},
{"Long Wharf (North)", "Boat-Long", {42.360795, -71.049976}, 1}
]
},
%AlertProcessor.Model.Route{
direction_names: ["Outbound", "Inbound"],
direction_destinations: ["Winthrop", "Central Wharf"],
headsigns: nil,
long_name: "Winthrop Ferry",
order: 4,
order: 3,
route_id: "Boat-F6",
route_type: 4,
short_name: "",
Expand Down

0 comments on commit 95b1a4f

Please sign in to comment.