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/199] 채팅 메소드 테스트 실패 케이스 수정 #200

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

Eunjin3395
Copy link
Member

🚀 개요

채팅 메소드 테스트 실패 케이스 수정

🔍 변경사항

  • chatCommandService 메소드 검증 수정

⏳ 작업 내용

  • startChatroomByMemberId
    • 기존 채팅방 없음 && 상대방이 나를 차단한 경우
  • startChatroomByBoardId
    • 기존 채팅방 있음 && 상대방이 나를 차단 && 이미 입장한 채팅방인 경우
    • 기존 채팅방 없음 && 상대방이 나를 차단한 경우
  • startChatroomByMatching
    • 매칭 대상 회원이 탈퇴한 경우
    • 매칭 대상 회원에게 차단 당한 경우
    • 매칭 대상 회원을 차단한 경우
  • addChat
    • 상대가 탈퇴한 회원인 경우

📝 논의사항

@Eunjin3395 Eunjin3395 self-assigned this Sep 2, 2024
@Eunjin3395 Eunjin3395 linked an issue Sep 2, 2024 that may be closed by this pull request
11 tasks
@Eunjin3395 Eunjin3395 merged commit 5b87445 into develop Sep 2, 2024
1 check passed
@Eunjin3395 Eunjin3395 deleted the fix/199 branch September 2, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Fix] 채팅 메소드 테스트 실패 케이스 수정
1 participant