We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 387c3fb + 6a7c84c commit 09f4a76Copy full SHA for 09f4a76
1 file changed
pkg/raft/election_test.go
@@ -311,7 +311,6 @@ func TestDynamicLeaderElectionRun(t *testing.T) {
311
}
312
313
for name, spec := range specs {
314
- name, spec := name, spec
315
t.Run(name, func(t *testing.T) {
316
d, runCtx, cancel := spec.setup(t)
317
defer cancel()
0 commit comments