Skip to content

Commit

Permalink
fixes type check after fixing test from rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Nov 12, 2019
1 parent c10dd18 commit c36a448
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,18 +286,8 @@ describe('utils', () => {
});
describe('searchAfterAndBulkIndex', () => {
test('if successful with empty search results', async () => {
const searchAfterSortId = '1234567891111';
const sampleParams = sampleSignalAlertParams(undefined);
const savedObjectsClient = savedObjectsClientMock.create();
const expectedSearchAfterQuery = buildEventsSearchQuery({
index: sampleParams.index,
from: sampleParams.from,
to: sampleParams.to,
filter: sampleParams.filter,
size: sampleParams.size ? sampleParams.size : 1,
searchAfterSortId,
maxDocs: undefined,
});
const mockService: AlertServices = {
callCluster: jest.fn(),
alertInstanceFactory: jest.fn(),
Expand Down

0 comments on commit c36a448

Please sign in to comment.