refactor: remove gogoproto stringer annotations and MarshalYAML functions (#13850)
This commit is contained in:
@@ -211,7 +211,6 @@ func (s *IntegrationTestSuite) TestQueryGranterGrantsGRPC() {
|
||||
var authorizations authz.QueryGranterGrantsResponse
|
||||
err := val.ClientCtx.Codec.UnmarshalJSON(resp, &authorizations)
|
||||
require.NoError(err)
|
||||
// FIXME: https://github.com/cosmos/cosmos-sdk/issues/10965
|
||||
require.Len(authorizations.Grants, tc.numItems)
|
||||
}
|
||||
})
|
||||
@@ -263,7 +262,6 @@ func (s *IntegrationTestSuite) TestQueryGranteeGrantsGRPC() {
|
||||
var authorizations authz.QueryGranteeGrantsResponse
|
||||
err := val.ClientCtx.Codec.UnmarshalJSON(resp, &authorizations)
|
||||
require.NoError(err)
|
||||
// FIXME: https://github.com/cosmos/cosmos-sdk/issues/10965
|
||||
require.Len(authorizations.Grants, tc.numItems)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user