-
Notifications
You must be signed in to change notification settings - Fork 0
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
✨ exclude blocked user comments #317
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.
아토 고생 하셨습니다! 👏
@@ -25,6 +25,8 @@ | |||
@Sql(value = "/data/comment.sql") | |||
class CommentControllerTest extends RestDocsSetting { | |||
|
|||
private static final int COMMENT_COUNT_OF_FIRST_RECIPE = 3; |
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.
테스트 작성 잘 되었네요!
고생고생 아토요~
closes #316
댓글 조회 시 이용자가 차단한 사용자의 댓글은 제외하고 불러옵니다.