-
Notifications
You must be signed in to change notification settings - Fork 3
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] member test #64
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.
검증 과정에 대한 코멘트 읽어줘!
지금 상태로는 저 boolean 값이 false여도 테스트는 통과할거 같아
backend/src/test/java/com/twtw/backend/domain/member/repository/MemberRepositoryTest.java
Outdated
Show resolved
Hide resolved
backend/src/test/java/com/twtw/backend/domain/member/repository/MemberRepositoryTest.java
Outdated
Show resolved
Hide resolved
3168a6d
to
92eb459
Compare
8755901
to
62b43fe
Compare
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.
굳굳
// when | ||
DuplicateNicknameResponse response = memberService.duplicateNickname(member.getNickname()); | ||
// then | ||
assertTrue(response.getIsPresent()); |
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.
assertThat(~~).isTrue(); 와 같은 API도 있는데 이건 assertj 꺼라서 통일성을 주려면 이게 더 좋을 것 같아!
추가/수정한 기능 설명
특이사항
check list