Skip to content

Commit

Permalink
change place we are checking so tests pass (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Dec 1, 2023
1 parent 813c538 commit 905fb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ defmodule SiteWeb.ScheduleController.FinderApiTest do
conn = assign(conn, :date, date)

journey =
%{id: route_id, direction: "0", stop: "place-boyls"}
%{id: route_id, direction: "0", stop: "place-kencl"}
|> get_valid_journeys(conn)
|> List.first()

Expand Down

0 comments on commit 905fb1b

Please sign in to comment.