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^2
parent
095bd97d3d
commit
d3601b9103
Loading…
Reference in new issue