Skip to content

Commit

Permalink
remove unnecessary indents
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass authored Nov 7, 2023
1 parent a63c594 commit 2f52adc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ describe(DeletionRequestUc.name, () => {
notExecutedDeletionRequestSummary,
};
};

it('should call to deletionRequestService', async () => {
const { deletionRequest } = setup();

Expand Down Expand Up @@ -446,7 +446,7 @@ describe(DeletionRequestUc.name, () => {
deletionRequest,
};
};

it('should call the service deletionRequestService.deleteById', async () => {
const { deletionRequest } = setup();

Expand Down

0 comments on commit 2f52adc

Please sign in to comment.