Skip to content

Commit

Permalink
Fixing mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed May 6, 2021
1 parent 7184b0c commit 3b3da5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/cases/server/client/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const createCasesSubClientMock = (): CasesSubClientMock => {
delete: jest.fn(),
getTags: jest.fn(),
getReporters: jest.fn(),
getCaseIDsByAlertID: jest.fn(),
};
};

Expand Down

0 comments on commit 3b3da5c

Please sign in to comment.