chore: bump golangci-lint and fix all linting issues (#21761)
This commit is contained in:
@@ -75,7 +75,6 @@ func TestDecodeStore(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, tt := range tests {
|
||||
i, tt := i, tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
if tt.expectErr {
|
||||
require.Panics(t, func() { dec(kvPairs.Pairs[i], kvPairs.Pairs[i]) }, tt.name)
|
||||
|
||||
Reference in New Issue
Block a user