mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix tests
This commit is contained in:
parent
a0d10ec572
commit
00fc681967
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ func getFakeBorFromConfig(t *testing.T, chainConfig *params.ChainConfig) (consen
|
|||
}, nil).AnyTimes()
|
||||
|
||||
heimdallClientMock := mocks.NewMockIHeimdallClient(ctrl)
|
||||
heimdallClientMock.EXPECT().Close().Times(1)
|
||||
heimdallClientMock.EXPECT().Close().AnyTimes()
|
||||
|
||||
contractMock := bor.NewMockGenesisContract(ctrl)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue