Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 29, 2020
1 parent c3f55e8 commit b8810e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('savedObjectsResultProvider', () => {
const results = await provider.find('', defaultOption, context).pipe(toArray()).toPromise();

expect(context.core.savedObjects.client.find).not.toHaveBeenCalled();
expect(results).toEqual([]);
expect(results).toEqual([[]]);
});

it('converts the saved objects to results', async () => {
Expand Down

0 comments on commit b8810e0

Please sign in to comment.