Skip to content

Commit 99ec85f

Browse files
committed
ignore shadow warning, we actually need it here
1 parent 0eb642e commit 99ec85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func TestConcurrency(t *testing.T) {
252252
defer close(errors)
253253

254254
for i := 0; i <= iterations; i++ {
255-
if _, err := c.Server.GroupList(); err != nil {
255+
if _, err := c.Server.GroupList(); err != nil { // nolint: vetshadow
256256
errors <- err
257257
}
258258
}

0 commit comments

Comments
 (0)