Skip to content

Commit

Permalink
Fix TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 30, 2021
1 parent 9dcec2e commit ba3ec72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ describe('reindexService', () => {
} as ReindexSavedObject;

it('sets reindex status as complete', async () => {
const updatedOp = await service.processNextStep(reindexOp);
await service.processNextStep(reindexOp);
expect(actions.updateReindexOp).toHaveBeenCalledWith(reindexOp, {
status: ReindexStatus.completed,
});
Expand Down

0 comments on commit ba3ec72

Please sign in to comment.