mirror of https://github.com/helm/helm
The testing.T in the subtest wasn't being used, so subtests were effectively not being used. Additionally, in case subtests run in parallel, we assign tt := tt to fix closure captures on range variables, since the variables produced by a range are re-used between iterations.pull/4207/head
parent
3f9c720fbe
commit
a4c0dd04c4
Loading…
Reference in new issue