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 "Passed nil into T.must" error #10159

Merged

Conversation

JamieMagee
Copy link
Contributor

What are you trying to accomplish?

Fix the "Passed nil into T.must" error that occurs when nil is passed into a method that expects a non-nil value. This is the same issue identified in #10156

Anything you want to highlight for special attention from reviewers?

N/A

How will you know you've accomplished your goal?

Tests pass and error stops

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@JamieMagee JamieMagee requested a review from a team as a code owner July 7, 2024 03:46
@JamieMagee JamieMagee added the sorbet 🍦 Relates to Sorbet types label Jul 7, 2024
@github-actions github-actions bot added the L: go:modules Golang modules label Jul 7, 2024
@JamieMagee JamieMagee force-pushed the jamiemagee/go-modules-latest-version-funder-t-must branch from d87d7b5 to 7670a8e Compare July 8, 2024 21:33
@abdulapopoola abdulapopoola merged commit 1bf7258 into main Jul 8, 2024
63 checks passed
@abdulapopoola abdulapopoola deleted the jamiemagee/go-modules-latest-version-funder-t-must branch July 8, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: go:modules Golang modules sorbet 🍦 Relates to Sorbet types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants