-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Fix/#338] 구독 학습지 마지막 아티클을 받고 progess를 증가하는 문제해결 #339
Conversation
val updateTargetMemberRecords = items.filter { it.memberId in successMemberIds } | ||
val updateTargetMemberRecords = items.filter { it.memberId in successMemberIds }.filterNot { it.memberId in receiveLastDayMemberIds } |
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.
구독 정보 API에서도 subscription 테이블을 활용해서 사용하는데 구독 완료된 이후 progress를 하나 더 올리면 아티클을 찾는데 -1을 해야하는 추가적인 로직이 들어가야해서 해당 코드를 수정하였습니다.
import org.junit.jupiter.api.Test | ||
import org.mockito.Mockito.* | ||
import org.springframework.beans.factory.annotation.Autowired | ||
import kotlin.random.Random | ||
|
||
@Disabled |
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.
확인했습니다
🎫 연관 이슈
resolved: #338
💁♂️ PR 내용
🙏 작업
🙈 PR 참고 사항
📸 스크린샷
이전에 종료 이후 progess를 하나더 올리는 결과
progess를 하나더 올리지 않는 결과
🤖 테스트 체크리스트