Skip to content
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

Merged
merged 2 commits into from
Aug 17, 2024
Merged

✨ exclude blocked user comments #317

merged 2 commits into from
Aug 17, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 16, 2024

closes #316

댓글 조회 시 이용자가 차단한 사용자의 댓글은 제외하고 불러옵니다.

@github-actions github-actions bot added ✨ feature new feature BE Backend labels Aug 16, 2024
@hyxrxn hyxrxn linked an issue Aug 16, 2024 that may be closed by this pull request
Copy link
Author

Overall Project 91.87% 🍏
Files changed 100% 🍏

File Coverage
Comment.java 93.75% 🍏

Copy link

@tackyu tackyu left a 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;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

상수로 빼니 가독성이 더 좋네요👍

Copy link
Contributor

@geoje geoje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트 작성 잘 되었네요!
고생고생 아토요~

@hyxrxn hyxrxn merged commit 4dce39e into be/dev Aug 17, 2024
1 check passed
@hyxrxn hyxrxn deleted the be/feat/316 branch August 17, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE Backend ✨ feature new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ exclude blocked user comments
3 participants