Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinLMoore committed Jul 14, 2023
1 parent 34d8dd2 commit 001b12f
Showing 1 changed file with 2 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ defmodule AlertProcessor.ServiceInfoCacheTest do
short_name: ""
},
%AlertProcessor.Model.Route{
direction_destinations: ["Lewis Mall Wharf", "Long Wharf"],
direction_destinations: ["Lewis Wharf", "Long Wharf"],
direction_names: ["Outbound", "Inbound"],
headsigns: nil,
long_name: "East Boston Ferry",
Expand All @@ -232,40 +232,9 @@ defmodule AlertProcessor.ServiceInfoCacheTest do
route_type: 4,
short_name: "",
stop_list: [
{"Lewis Mall Wharf", "Boat-Lewis", {42.365867, -71.041958}, 1},
{"Lewis Wharf", "Boat-Lewis", {42.365867, -71.041958}, 1},
{"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 (South) - Gate 4", "Boat-Long-South-4", {42.359897, -71.04859}, 1}
]
},
%AlertProcessor.Model.Route{
direction_names: ["Outbound", "Inbound"],
direction_destinations: ["Winthrop", "Central Wharf"],
headsigns: nil,
long_name: "Winthrop Ferry",
order: 4,
route_id: "Boat-F6",
route_type: 4,
short_name: "",
stop_list: [
{"Winthrop Landing", "Boat-Winthrop", {42.366711, -70.973302}, 1},
{"Quincy", "Boat-Quincy", {42.30132, -71.03201}, 1},
{"Logan Airport Ferry Terminal", "Boat-Logan", {42.359789, -71.02734}, 1},
{"Fan Pier", "Boat-Fan", {42.353484, -71.04323}, 1},
{"Central Wharf (South)", "Boat-Aquarium", {42.358815, -71.048779}, 1}
]
}
] = route_info
end
Expand Down

0 comments on commit 001b12f

Please sign in to comment.