mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +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)
|
h, heimdallSpan, ctrl := getMockedHeimdallClient(t)
|
||||||
defer ctrl.Finish()
|
defer ctrl.Finish()
|
||||||
|
|
||||||
|
h.EXPECT().FetchLatestCheckpoint().Return(&bor.Checkpoint{}, nil).AnyTimes()
|
||||||
|
|
||||||
_bor.SetHeimdallClient(h)
|
_bor.SetHeimdallClient(h)
|
||||||
|
|
||||||
db := init.ethereum.ChainDb()
|
db := init.ethereum.ChainDb()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue