Skip to content

Commit

Permalink
Revert "save"
Browse files Browse the repository at this point in the history
This reverts commit 05eae6c.
  • Loading branch information
spalger committed Jul 30, 2020
1 parent 578c9b7 commit 30d6132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('Create Rollup Job, step 6: Review', () => {
await new Promise((res) => setTimeout(res, 750));

expect(startMock.http.post).toHaveBeenCalledWith(jobStartApiPath, expect.anything()); // It has been called!
}, 30000);
});
});
});
});

0 comments on commit 30d6132

Please sign in to comment.