-
Notifications
You must be signed in to change notification settings - Fork 1
[DEMBE-90] 약속에 참여한 유저의 인터렉션 정보를 약속 모음집 상세 응답값에 추가한다 #147
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
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.
엘쥐티엠
Kudos, SonarCloud Quality Gate passed! |
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.
굿굿!!!
val promiseUserInfoVos = promiseUsers.mapNotNull { promiseUser -> | ||
val user = users.find { it.id == promiseUser.userId } |
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.
promiseUser-> 를 썼는데 it 을 쓰는게 상관은 없지만 맥락상 통일하는게 좋지 않을까요?
Mockito.`when`(promiseUserAdaptor.findByUserId(userId)).thenReturn(promiseUsers) | ||
Mockito.`when`(promiseAdaptor.queryPromises(listOf(1, 2))).thenReturn(promises) | ||
Mockito.`when`(userAdapter.queryUsers(listOf(1))).thenReturn(users) | ||
Mockito.`when`(interactionAdapter.queryAllInteraction(1, 1)).thenReturn(interactions) |
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.
import 해서 Mockito 를 빼도 좋을 것 같아요! 본인 선택!
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.
저기 모두 서현님이 짜신 코드인데 제가 변경할까용?
따로 안건들이긴 했습니당😬
개요
작업사항