Skip to content

Commit

Permalink
ut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Apr 18, 2024
1 parent 68da8a5 commit d67377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/polybft/consensus_runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func TestConsensusRuntime_OnBlockInserted_EndOfEpoch(t *testing.T) {
polybftBackendMock.On("GetValidatorsWithTx", mock.Anything, mock.Anything, mock.Anything).Return(validatorSet).Times(3)

txPool := new(txPoolMock)
txPool.On("ResetWithFullBlock", mock.Anything).Once()
txPool.On("ResetWithBlock", mock.Anything).Once()

snapshot := NewProposerSnapshot(epochSize-1, validatorSet)
polybftCfg := &PolyBFTConfig{EpochSize: epochSize}
Expand Down

0 comments on commit d67377d

Please sign in to comment.