diff --git a/client_test.go b/client_test.go index a53557b..3e27cb8 100644 --- a/client_test.go +++ b/client_test.go @@ -335,7 +335,6 @@ func TestTypedConcurrent(t *testing.T) { var g errgroup.Group for i := range 100 { - i := i g.Go(func() error { for j := range 10 { text := fmt.Sprintf("%d-%d", i, j)