Skip to content

Commit

Permalink
refactor: remove not in use mock
Browse files Browse the repository at this point in the history
  • Loading branch information
razbroc committed Aug 1, 2024
1 parent 7378fa6 commit 4c4c533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mocks/clients/jobManagerWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const deleteTaskByIdMock = jest.fn();

const jobManagerWrapperMock = {
findExportJob: findExportJobMock,
validateAndUpdateExpirationMock,
createExport: createExportMock,
updateJob: updateJobMock,
getExportJobs: getExportJobsMock,
Expand Down

0 comments on commit 4c4c533

Please sign in to comment.