-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] : 회원 가입 API 개선 #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생많으셨습니다~ 궁금한 점 하나 남겼어요
@@ -73,6 +90,7 @@ void getUserByIdFailTest() { | |||
} | |||
|
|||
@Test | |||
@MockitoSettings(strictness = Strictness.LENIENT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 어노테이션은 무슨 역할을 하나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mokito 의 엄격한 수준을 한 단계 낮추는 것입니다!
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분