-
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
[feat #127] 채팅방 목록 API 페이징, 테스트 추가 #128
Conversation
Code Coverage
|
Test Results 25 files 25 suites 14s ⏱️ Results for commit bf64cfb. ♻️ This comment has been updated with latest results. |
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.
시험은 잘 보셨나요?!
수고 하셨습니다~!
return chatRoomInfos.stream() | ||
|
||
// 최신순 정렬 및 변환 | ||
List<ChatRoomSimpleResponse> responsePage = chatRoomInfos.stream() |
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.
정렬 및 반환 메서드가 따로 분리되면 한층 보기 좋아질 것 같네요!
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분