Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Aug 6, 2024
1 parent aa13e8d commit bb7b2a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/btc_staking_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ func (s *BTCStakingTestSuite) Test3CommitPublicRandomnessAndSubmitFinalitySignat
msgCommitPubRandList.Sig,
)

// finalise epoch 1
nonValidatorNode.FinalizeSealedEpochs(1, 1)

// ensure public randomness list is eventually committed
nonValidatorNode.WaitForNextBlock()
var prCommitMap map[uint64]*ftypes.PubRandCommitResponse
Expand Down

0 comments on commit bb7b2a2

Please sign in to comment.