Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Mar 21, 2023
1 parent 010bfb7 commit 63b199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web3server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ func TestDebugTraceCall(t *testing.T) {
ctrl := gomock.NewController(t)
defer ctrl.Finish()
core := mock_apicoreservice.NewMockCoreService(ctrl)
web3svr := &web3Handler{core, nil}
web3svr := &web3Handler{core, nil, _defaultBatchRequestLimit}

ctx := context.Background()
tsf, err := action.SignedExecution(identityset.Address(29).String(),
Expand Down

0 comments on commit 63b199b

Please sign in to comment.