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

tests: add missing calls to t.Helper() #64

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

jimlambrt
Copy link
Owner

In a few places, we added calls t.Helper()
properly in test only funcs.

In the test safeBuf struct, we added support
for t.Helper() in all the receiver funcs

Copy link
Owner Author

@jimlambrt jimlambrt left a comment

Choose a reason for hiding this comment

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

Looks great.

@jimlambrt jimlambrt self-assigned this Mar 6, 2024
@jimlambrt jimlambrt added the enhancement New feature or request label Mar 6, 2024
In a few places, we added calls t.Helper()
properly in test only funcs.

In the test safeBuf struct, we added support
for t.Helper() in all the receiver funcs
@jimlambrt jimlambrt force-pushed the jimlambrt-add-missing-t-helpers branch from 2a7b4a4 to 4508979 Compare March 6, 2024 14:27
@jimlambrt jimlambrt merged commit b11d1c6 into main Mar 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant