Skip to content

Commit

Permalink
missed a newly multiline hook
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 9, 2021
1 parent 15f9ddc commit f40a95a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/api_integration/apis/saved_objects/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ export default function ({ getService }: FtrProviderContext) {
);
});

after(() =>
kibanaServer.importExport.unload(
'test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
)
after(
async () =>
await kibanaServer.importExport.unload(
'test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
)
);

it('should return 200', async () => {
Expand Down

0 comments on commit f40a95a

Please sign in to comment.