-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] refactor: 테스트 코드에 엔티티 생성 픽스쳐 사용하도록 변경 및 Deprecated 클래스, 메서드 제거 (#…
…810) (#851) * refactor: `@Deprecated(forRemoval = true)` 처리된 클래스, 메서드 제거 * refactor: 엔티티 생성자 픽스쳐 사용하도록 변경 및 일부 테스트 가독성 향상 * chore: 사용하지 않는 필드 제거
- Loading branch information
1 parent
907e33c
commit c66566a
Showing
21 changed files
with
156 additions
and
622 deletions.
There are no files selected for viewing
73 changes: 0 additions & 73 deletions
73
backend/src/main/java/com/festago/auth/application/AdminAuthService.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
backend/src/main/java/com/festago/auth/dto/AdminLoginRequest.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
backend/src/main/java/com/festago/auth/dto/AdminSignupRequest.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
backend/src/main/java/com/festago/auth/dto/AdminSignupResponse.java
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
backend/src/main/java/com/festago/auth/presentation/AdminAuthController.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.