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] 테스트 중 500 에러 수정 #244

Merged
merged 2 commits into from
Feb 18, 2024
Merged

[FIX] 테스트 중 500 에러 수정 #244

merged 2 commits into from
Feb 18, 2024

Conversation

thguss
Copy link
Collaborator

@thguss thguss commented Feb 18, 2024

Related Issue 🚀

Work Description ✏️

  • 기존 : 세션 상태가 END가 아니면 예외 발생, 세션 삭제 실패
  • 수정 : 세션 상태가 END일 때 또는 세션의 종료 날짜가 종료 시점보다 이후일 때 예외 발생, Attendance를 Lecture로 삭제하는 JPA 메소드로 변경

PR Point 📸

ASAP으로 부탁드려요 🥹

@thguss thguss added sohyeon 소현 작업 fix 작업 수정 labels Feb 18, 2024
@thguss thguss self-assigned this Feb 18, 2024
@thguss thguss changed the title [FIX] 세션 종료 예외처리 수정 [FIX] 테스트 중 500 에러 수정 Feb 18, 2024
Copy link
Member

@dragontaek-lee dragontaek-lee left a comment

Choose a reason for hiding this comment

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

아 이래서 dev에서 삭제가 안되고 있었군요 좋습니다!!

@thguss thguss added this pull request to the merge queue Feb 18, 2024
Merged via the queue into develop with commit 535d2eb Feb 18, 2024
1 check passed
@thguss thguss deleted the sohyeon_#243 branch February 18, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 작업 수정 size/S sohyeon 소현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 세션 종료 예외처리 수정
2 participants