Consistenly rebind loop variable in tests #4419
Labels
good first issue
Good for newcomers
type: code hygiene
Clean up code but without changing functionality or interfaces
Summary
Ref: #4413 (comment)
Though in many cases not necessary, this is a nice defensive rebinding to do in order to guard against the possibility of running things in parallel. A quick grep showed me that there's other instances where this is omitted, would be nice to get them consistent.
For Admin Use
The text was updated successfully, but these errors were encountered: