chore: bump golangci-lint and fix all linting issues (#21761)
This commit is contained in:
@@ -35,7 +35,6 @@ func TestQueryDelegationRewardsAddrValidation(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
tt := tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
_, _, err := QueryDelegationRewards(clientCtx, tt.args.delAddr, tt.args.valAddr)
|
||||
require.True(t, err != nil, tt.wantErr)
|
||||
|
||||
Reference in New Issue
Block a user