Skip to content

Commit

Permalink
remove x/ibc from types
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Feb 23, 2021
1 parent 1234383 commit c5c0d26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/upgrade/types/proposal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
gov "github.com/cosmos/cosmos-sdk/x/gov/types"
clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types"
ibctmtypes "github.com/cosmos/cosmos-sdk/x/ibc/light-clients/07-tendermint/types"
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

Expand Down Expand Up @@ -97,9 +95,7 @@ func TestMarshalSoftwareUpdateProposal(t *testing.T) {
// create codec
ir := codectypes.NewInterfaceRegistry()
types.RegisterInterfaces(ir)
clienttypes.RegisterInterfaces(ir)
gov.RegisterInterfaces(ir)
ibctmtypes.RegisterInterfaces(ir)
cdc := codec.NewProtoCodec(ir)

// marshal message
Expand Down

0 comments on commit c5c0d26

Please sign in to comment.