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 #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

andy-a-d-nguyen
Copy link
Contributor

@andy-a-d-nguyen andy-a-d-nguyen commented Aug 21, 2024

Summary

This PR uses test fixtures that have been put into one place and converts underscore cased variables to camel cased variables to adhere to Go styling.

Backward Compatibility

Breaking Change? No

@andy-a-d-nguyen andy-a-d-nguyen requested a review from a team as a code owner August 21, 2024 20:45
Copy link
Member

@Birdrock Birdrock left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

@maxmoehl maxmoehl left a comment

Choose a reason for hiding this comment

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

This doesn't compile in its current state, can you please rebase on the current main?

$ go vet ./...
# code.cloudfoundry.org/route-registrar
# [code.cloudfoundry.org/route-registrar]
vet: ./main.go:100:23: cannot use port (variable of type int) as uint16 value in struct literal
# code.cloudfoundry.org/route-registrar/integration
# [code.cloudfoundry.org/route-registrar/integration]
vet: integration/init_test.go:44:13: cannot use test_helpers.NextAvailPort() (value of type uint16) as int value in assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants