diff --git a/x/auth/keeper/grpc_query_test.go b/x/auth/keeper/grpc_query_test.go index 3cec48579b61..6f5a8700779e 100644 --- a/x/auth/keeper/grpc_query_test.go +++ b/x/auth/keeper/grpc_query_test.go @@ -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" @@ -110,7 +111,6 @@ func (suite *KeeperTestSuite) TestGRPCQueryAccount() { "account not found", func() { req = &types.QueryAccountRequest{Address: addr.String()} - }, false, func(res *types.QueryAccountResponse) {},