mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix
This commit is contained in:
parent
f8a56b8188
commit
b4872cacc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue