Conversation
* [test] 리뷰 삭제 컨트롤러 단위 테스트 코드 작성 * [style] 필요없는 import 제거
* [chore] 사용하지 않는 코드 제거 * [fix] 빌드 에러 임시 주석 처리 * [chore] 사용하지 않는 repository 제거 및 코드 정리 * [test] 테스트 함수명 중복 없도록 변경 * [test] User Controller 단위테스트 코드 작성 * [refactor] 빌더 사용시 직접 만든 생성자에 초기화 적용
* [refactor] 빌더 생성자 직접 생성 * [chore] 랜덤 넘버 생성 방법 Random 인스턴스로 변경 * [test] 빌더 수정으로 인한 테스트코드 수정 * [refactor] 좋아요한 가게 삭제 벌크성 쿼리로 변경 * [chore] 벌크성 쿼리에 flush 옵션 명시 * [bug] 사용자 탈퇴 시 이용 기록 삭제 * [test] 사용자 탈퇴 서비스 로직 테스트 완료
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[test] 리뷰 삭제 컨트롤러 단위 테스트 코드 작성
[style] 필요없는 import 제거