Skip to content

Commit

Permalink
fixed typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Oct 18, 2021
1 parent 34eb761 commit 30c9ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/event_log/server/event_log_service.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const createEventLogServiceMock = () => {
getProviderActions: jest.fn(),
registerSavedObjectProvider: jest.fn(),
getLogger: jest.fn().mockReturnValue(eventLoggerMock.create()),
getIndexPatterns: jest.fn(),
};
return mock;
};
Expand Down

0 comments on commit 30c9ae7

Please sign in to comment.