Skip to content

Commit

Permalink
jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Aug 12, 2020
1 parent ef12dfb commit 73208e9
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,7 +41,7 @@ describe('Search service', () => {
expressions: expressionsPluginMock.createSetupContract(),
} as any);
expect(setup).toHaveProperty('aggs');
expect(setup).toHaveProperty('enhance');
expect(setup).toHaveProperty('__enhance');
});
});

Expand Down

0 comments on commit 73208e9

Please sign in to comment.