This commit is contained in:
Evgeny Danienko 2022-06-03 14:31:41 +03:00
parent f8a56b8188
commit b4872cacc4

View file

@ -49,7 +49,7 @@ func TestInsertingSpanSizeBlocks(t *testing.T) {
Proposer: span.SelectedProducers[0].Address, Proposer: span.SelectedProducers[0].Address,
StartBlock: big.NewInt(0), StartBlock: big.NewInt(0),
EndBlock: big.NewInt(int64(spanSize)), EndBlock: big.NewInt(int64(spanSize)),
}, nil).Times(1) }, nil).AnyTimes()
_bor.SetHeimdallClient(h) _bor.SetHeimdallClient(h)