-
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] group refactoring #69
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.
수고했으! 저거 테스트 코멘트는 다음부터 코멘트대로 해도 될듯!
final Group saveGroup = groupRepository.save(group); | ||
|
||
// then | ||
assertThat(saveGroup.getGroupMembers().size()).isEqualTo(2); |
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(list).hasSize(2); 하면 더 쉽게 테스트 할 수 있어!
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.
오오 확인
8b6aa0a
to
42263ee
Compare
653a2f3
to
0a2ea16
Compare
추가/수정한 기능 설명
특이사항
check list