You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within a test, the recommendation is to use defer goleak.VerifyNone(t). However, this can't be used inside of a test helper. We may want to support t.Cleanup, possibly via a new method, so this issue is to investigate what we should do.
The text was updated successfully, but these errors were encountered:
Within a test, the recommendation is to use
defer goleak.VerifyNone(t)
. However, this can't be used inside of a test helper. We may want to supportt.Cleanup
, possibly via a new method, so this issue is to investigate what we should do.The text was updated successfully, but these errors were encountered: