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

Fix: 이번달 달린 거리 조회시 null 처리 관련 수정 #114

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

hee9841
Copy link
Collaborator

@hee9841 hee9841 commented Aug 28, 2024

🔗 이슈 연결

📋 버그 내용

  • 특정 기간 안에 달린 거리 조회 시 러닝 데이터가 없을 경우 result.value1()이 null인경우에 대해서 오류가 발생합니다.

💡 반영할 내용 및 변경 사항 요약

  • result.value1()이 null인경우에 대해 null 인 경우 0을 리턴하게 수정합니다.
  • 특정 기간 안에 달린 거리를 조회하는 리파지토리의 테스트 코드를 추가합니다.

🔍 리뷰 요청/참고 사항

- repository 수정
- 이번달 달린 기록 조회 repository 테스트 코드 작성
@hee9841 hee9841 added the bug Something isn't working label Aug 28, 2024
@hee9841 hee9841 self-assigned this Aug 28, 2024
Copy link
Member

@Jaewon-pro Jaewon-pro left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍

@hee9841 hee9841 merged commit 08cd000 into main Aug 28, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#106/monthly-running-summery branch September 2, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants