Skip to content

Commit

Permalink
Merge pull request #836 from bounswe/main
Browse files Browse the repository at this point in the history
Deploy Recent Changes 25.11.2023 11.12
  • Loading branch information
canuzdrn authored Nov 25, 2023
2 parents 3f4bab7 + 899c064 commit 751cc57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import com.app.gamereview.exception.BadRequestException;
import com.app.gamereview.exception.ResourceNotFoundException;
import com.app.gamereview.model.User;
import com.app.gamereview.repository.ProfileRepository;
import com.app.gamereview.repository.UserRepository;
import com.app.gamereview.util.JwtUtil;
import org.junit.jupiter.api.Test;
Expand All @@ -32,6 +33,9 @@ public class AuthServiceTest {
@Mock
private UserRepository userRepository;

@Mock
private ProfileRepository profileRepository;

@Mock
private ModelMapper modelMapper;

Expand Down

0 comments on commit 751cc57

Please sign in to comment.