Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Aug 6, 2020
1 parent 2885c2d commit d8383db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/public/search/search_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('Search service', () => {
expressions: expressionsPluginMock.createSetupContract(),
} as any);
expect(setup).toHaveProperty('aggs');
expect(setup).toHaveProperty('enhance');
});
});

Expand All @@ -49,7 +50,6 @@ describe('Search service', () => {
const start = searchService.start(mockCoreStart, {
indexPatterns: {},
} as any);
expect(start).toHaveProperty('setInterceptor');
expect(start).toHaveProperty('search');
});
});
Expand Down

0 comments on commit d8383db

Please sign in to comment.