Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod committed Sep 17, 2024
1 parent 9280c12 commit ee91b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/auth/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"math"
"sort"

"github.com/cosmos/gogoproto/proto"
"github.com/golang/mock/gomock"

"github.com/cosmos/cosmos-sdk/testutil/testdata"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/gogoproto/proto"
"github.com/golang/mock/gomock"
)

const addrStr = "cosmos13c3d4wq2t22dl0dstraf8jc3f902e3fsy9n3wv"
Expand Down Expand Up @@ -110,7 +111,6 @@ func (suite *KeeperTestSuite) TestGRPCQueryAccount() {
"account not found",
func() {
req = &types.QueryAccountRequest{Address: addr.String()}

},
false,
func(res *types.QueryAccountResponse) {},
Expand Down

0 comments on commit ee91b4f

Please sign in to comment.