Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 25, 2024
1 parent b5325e9 commit 75f0103
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/e2e/bcd_consumer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,21 +319,6 @@ func (s *BCDConsumerIntegrationTestSuite) Test6ConsumerFPRewardsGeneration() {
return true
}, time.Minute, time.Second*5)

// TODO: Ensure the vote is eventually cast
/*
var votes []bbntypes.BIP340PubKey
s.Eventually(func() bool {
votes, err = s.cosmwasmController.QueryVotesAtHeight(uint64(czActivatedHeight))
if err != nil {
s.T().Logf("Error querying votes: %v", err)
return false
}
return len(votes) > 0
}, time.Minute, time.Second*5)
s.Equal(1, len(votes))
s.Equal(votes[0].MarshalHex(), consumerFp.BtcPk.MarshalHex())
*/

// Once the vote is cast, ensure the block is finalised
finalizedBlock, err := s.cosmwasmController.QueryIndexedBlock(uint64(czActivatedHeight))
s.NoError(err)
Expand Down

0 comments on commit 75f0103

Please sign in to comment.