Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: We only need to alias PersonalDetail once #2257

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

joshlarson
Copy link
Contributor

No ticket. Just happened to notice that we were really making sure that we imported the PersonalDetail module.

@joshlarson joshlarson requested a review from a team as a code owner December 10, 2024 16:27
@joshlarson joshlarson enabled auto-merge (squash) December 10, 2024 16:30
@@ -4,7 +4,7 @@ defmodule FaresTest do

import Mox

alias Dotcom.TripPlan.{NamedPosition, Leg, PersonalDetail, PersonalDetail, TransitDetail}
alias Dotcom.TripPlan.{NamedPosition, Leg, PersonalDetail, TransitDetail}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you alphabetize these? Makes it easier to see if there are duplicates.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@anthonyshull anthonyshull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment.

@joshlarson joshlarson merged commit ff81b26 into main Dec 10, 2024
23 checks passed
@joshlarson joshlarson deleted the jdl/de-duplicate-personal-detail-alias branch December 10, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants