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

Fix a NPE bug in grpc test #295

Merged
merged 1 commit into from
Sep 15, 2022
Merged

Fix a NPE bug in grpc test #295

merged 1 commit into from
Sep 15, 2022

Conversation

sethvargo
Copy link
Contributor

These tests will NPE because they call a value on a pointer receiver that is nil if there's an error.

@sethvargo sethvargo requested review from a team, raserva and sqin2019 September 15, 2022 01:08
These tests will NPE because they call a value on a pointer receiver that is nil if there's an error.
@sethvargo sethvargo enabled auto-merge (squash) September 15, 2022 17:29
@sethvargo sethvargo merged commit 5cf0800 into main Sep 15, 2022
@sethvargo sethvargo deleted the sethvargo/bug branch September 15, 2022 17:29
yolocs pushed a commit that referenced this pull request Jun 13, 2023
These tests will NPE because they call a value on a pointer receiver that is nil if there's an error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants