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: 모임 전체 조회 로직 수정 & 모임 전체 조회 테스트 일부 작성 #433

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

mikekks
Copy link
Member

@mikekks mikekks commented Oct 1, 2024

👩‍💻 Contents

  • 모임 전체 조회 로직 수정
  • 모임 전체 조회 테스트 일부 작성

📝 Review Note

  • 원래는 모든 테스트 케이스를 고려해서 작성하려고 했었는데 데이터가 너무 많아 생각보다 시간이 오래걸리더라고요!
  • 일단 1개 케이스가 PR 올렸고, 이 테스트를 성공시키기 위해 비즈니스 로직도 일부 수정했습니다.

📣 Related Issue

✅ 점검사항

  • docker-compose.yml 파일에 마이그레이션 한 API의 포워딩을 변경해줬나요?
  • Spring Secret 값을 수정하거나 추가했다면 Github Secret에서 수정을 해줬나요?
  • Nestjs Secret 값을 수정하거나 추가했다면 Docker-Compose.yml 파일 및 인스턴스 내부의 .env 파일을 수정했나요?

@mikekks mikekks added 🐞 fix 기능 버그 🧪 test 테스트 코드 관련 작업 labels Oct 1, 2024
@mikekks mikekks self-assigned this Oct 1, 2024
Copy link

height bot commented Oct 1, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@hoonyworld hoonyworld left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

테스트코드까지 아주 멋지네요

@mikekks mikekks merged commit 01a9b77 into develop Oct 1, 2024
1 check passed
@mikekks mikekks deleted the fix/#431 branch October 1, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 fix 기능 버그 size/L 🧪 test 테스트 코드 관련 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: 모임 승인 수 수정
2 participants