Skip to content

Commit f28ef82

Browse files
committed
add missing mock
1 parent 634c322 commit f28ef82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/access/state_stream/backend/backend_executiondata_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func (s *BackendExecutionDataSuite) SetupTestMocks() {
200200

201201
s.state.On("Params").Return(s.params).Maybe()
202202
s.params.On("SporkRootBlockHeight").Return(s.rootBlock.Height, nil).Maybe()
203+
s.params.On("SporkRootBlock").Return(s.rootBlock, nil).Maybe()
203204
s.headers.On("BlockIDByHeight", s.rootBlock.Height).Return(s.rootBlock.ID(), nil).Maybe()
204205

205206
s.seals.On("FinalizedSealForBlock", mock.AnythingOfType("flow.Identifier")).Return(

0 commit comments

Comments
 (0)