mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix
This commit is contained in:
parent
c9a3b9971b
commit
494687fc48
2 changed files with 36704 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ func TestInsertingSpanSizeBlocks(t *testing.T) {
|
|||
h, heimdallSpan, ctrl := getMockedHeimdallClient(t)
|
||||
defer ctrl.Finish()
|
||||
|
||||
h.EXPECT().FetchLatestCheckpoint().Return(&bor.Checkpoint{}, nil).AnyTimes()
|
||||
|
||||
_bor.SetHeimdallClient(h)
|
||||
|
||||
db := init.ethereum.ChainDb()
|
||||
|
|
|
|||
Loading…
Reference in a new issue