Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Jan 23, 2025
1 parent 86bfdcf commit 51ea68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/server/src/modules/user/service/user.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,8 @@ describe('UserService', () => {
userRepo.findByIdOrNull.mockResolvedValueOnce(user);
userRepo.deleteUser.mockResolvedValue(1);

config.get.mockReturnValue(true);

return {
expectedResult,
user,
Expand Down

0 comments on commit 51ea68e

Please sign in to comment.