Skip to content

Commit

Permalink
fix expect
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 11, 2022
1 parent fa819b2 commit ae676c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('esVersionCompatibleWithKibana', () => {
const { startKibana } = await start({ version: '8.0.0' });
const startWithCleanup = async () => {
kibanaServer = await startKibana();
return kibanaServer;
};
await expect(startWithCleanup()).resolves.toBeDefined();
});
Expand Down

0 comments on commit ae676c5

Please sign in to comment.