Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Oct 17, 2023
1 parent 28e6ccc commit 21d156b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/double_vote.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package integration

import (
"fmt"

cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
testutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
Expand Down Expand Up @@ -307,8 +305,8 @@ func (s *CCVTestSuite) TestHandleConsumerDoubleVotingSlashesUndelegationsAndRele

// check that undelegations was successful
ubds, _ := s.providerApp.GetTestStakingKeeper().GetUnbondingDelegation(s.providerCtx(), delAddr, validator.GetOperator())
// should have a single entry since undelegations are merged
s.Require().Len(ubds.Entries, 1)
fmt.Println(ubds.String())

// save the delegation shares of the validator to redelegate to
// Note this shares should not be slashed!
Expand Down

0 comments on commit 21d156b

Please sign in to comment.