Skip to content

Commit

Permalink
Rollback extra diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 26, 2022
1 parent 6ed4d3c commit e44381a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/ccv/provider/keeper/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

consumertypes "github.com/cosmos/interchain-security/x/ccv/consumer/types"
"github.com/cosmos/interchain-security/x/ccv/provider/keeper"
"github.com/cosmos/interchain-security/x/ccv/provider/types"
providertypes "github.com/cosmos/interchain-security/x/ccv/provider/types"
ccv "github.com/cosmos/interchain-security/x/ccv/types"
"github.com/golang/mock/gomock"
Expand Down Expand Up @@ -74,11 +75,11 @@ func TestIniAndExportGenesis(t *testing.T) {
UnbondingConsumerChains: []string{cChainIDs[0]},
}},
&ccv.MaturedUnbondingOps{Ids: ubdIndex},
[]providertypes.ConsumerAdditionProposal{providertypes.ConsumerAdditionProposal{
[]providertypes.ConsumerAdditionProposal{types.ConsumerAdditionProposal{
ChainId: cChainIDs[0],
SpawnTime: oneHourFromNow,
}},
[]providertypes.ConsumerRemovalProposal{providertypes.ConsumerRemovalProposal{
[]providertypes.ConsumerRemovalProposal{types.ConsumerRemovalProposal{
ChainId: cChainIDs[0],
StopTime: oneHourFromNow,
}},
Expand Down

0 comments on commit e44381a

Please sign in to comment.