Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testutil: Mark test helper functions (#11626)
Our Go kubernetes test helpers take a testing.T without calling t.Helper() to ignore the stack frame. This change adds t.Helper() so that failure annotations will mark the relevant test instead of the helper.
- Loading branch information