Skip to content

Commit

Permalink
cleanup: We only need to alias PersonalDetail once (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 10, 2024
1 parent fc514d0 commit ff81b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fares/fares_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule FaresTest do

import Mox

alias Dotcom.TripPlan.{NamedPosition, Leg, PersonalDetail, PersonalDetail, TransitDetail}
alias Dotcom.TripPlan.{Leg, NamedPosition, PersonalDetail, TransitDetail}
alias Test.Support.Factories.{Routes.Route, Stops.Stop}

setup :verify_on_exit!
Expand Down

0 comments on commit ff81b26

Please sign in to comment.