Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Feb 4, 2025
1 parent 7dd1eca commit 372ac41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ describe(DeletionRequestUc.name, () => {
if (key === 'ADMIN_API__DELETION_DELAY_MILLISECONDS') {
return 100;
}
return deletionTestConfig()[key];
});

const deletionRequest = deletionRequestFactory.buildWithId({ deleteAfter: new Date('2023-01-01') });
Expand Down

0 comments on commit 372ac41

Please sign in to comment.