From 75f0103ee7797831e8c4c2ee74ce2a0f51ee31cc Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Mon, 25 Nov 2024 17:03:12 +0100 Subject: [PATCH] Remove TODO --- test/e2e/bcd_consumer_integration_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/e2e/bcd_consumer_integration_test.go b/test/e2e/bcd_consumer_integration_test.go index 2015c319..d83dc8f9 100644 --- a/test/e2e/bcd_consumer_integration_test.go +++ b/test/e2e/bcd_consumer_integration_test.go @@ -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)