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

Correct typo in params.go #151

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Correct typo in params.go #151

merged 1 commit into from
Jan 10, 2025

Conversation

torkelrogstad
Copy link
Contributor

Currently the error message returned looks like this: invalid parameter \"date\" unsupported message type google.type.Date. Reads much better with the : added, IMO.

Copy link
Collaborator

@emcfarlane emcfarlane left a comment

Choose a reason for hiding this comment

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

Hey @torkelrogstad , change looks good to me. You will need to sign your commits. Could you run git commit --amend --no-edit -s && git push -f

@torkelrogstad
Copy link
Contributor Author

Done!

@jhump
Copy link
Member

jhump commented Jan 7, 2025

@torkelrogstad, it looks like there may be some test assertions for the error message that now fail with the extra colon. You can run the tests locally using make test to run everything or go test ... to run the particular tests that are failing. Take a look at the status check links to see the errors.

Signed-off-by: Torkel Rogstad <[email protected]>
@torkelrogstad
Copy link
Contributor Author

Updated tests! They pass for me locally, let's see what CI says.

@jhump jhump merged commit 9c8fc53 into connectrpc:main Jan 10, 2025
9 checks passed
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.

3 participants