-
Notifications
You must be signed in to change notification settings - Fork 15
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
JSON Property Case 변경 (SNAKE_CASE -> LOWER_CAMEL_CASE) #168
Labels
refactor
Upgrade to better features
Comments
skytin1004
pushed a commit
to skytin1004/Inhabas.com-api
that referenced
this issue
Oct 31, 2023
skytin1004
pushed a commit
to skytin1004/Inhabas.com-api
that referenced
this issue
Oct 31, 2023
whitem4rk
added a commit
that referenced
this issue
Oct 31, 2023
[Refactor/#168] JSON Property Case 변경 (SNAKE_CASE -> LOWER_CAMEL_CASE)
whitem4rk
added a commit
that referenced
this issue
Oct 31, 2023
whitem4rk
added a commit
that referenced
this issue
Oct 31, 2023
… (SNAKE_CASE -> LOWER_CAMEL_CASE)"" This reverts commit 3e3e843.
whitem4rk
added a commit
that referenced
this issue
Oct 31, 2023
… (SNAKE_CASE -> LOWER_CAMEL_CASE)"" (#171) This reverts commit 3e3e843. Co-authored-by: whitem4rk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IBAS Project JSON Property 재설계에 따른 변수 이름 변경이 필요함.
BudgetApplicationControllerTest > 지원서를 작성한다. FAILED
java.lang.AssertionError at BudgetApplicationControllerTest.java:45
BudgetApplicationControllerTest > 지원서를 수정한다. FAILED
java.lang.AssertionError at BudgetApplicationControllerTest.java:59
BudgetHistoryControllerTest > 예산내역 생성 시 form validation 을 통과하지 못한다. FAILED
org.opentest4j.AssertionFailedError at BudgetHistoryControllerTest.java:52
BudgetHistoryControllerTest > 예산내역 수정 시 validation 을 통과한다. FAILED
java.lang.AssertionError at BudgetHistoryControllerTest.java:118
BudgetHistoryControllerTest > 예산내역 생성 시 validation 을 통과한다. FAILED
java.lang.AssertionError at BudgetHistoryControllerTest.java:74
BudgetHistoryControllerTest > 예산내역 생성 시 form validation 을 통과하지 못한다. FAILED
org.opentest4j.AssertionFailedError at BudgetHistoryControllerTest.java:96
CommentControllerTest > 대댓글 추가 요청 FAILED
java.lang.AssertionError at CommentControllerTest.java:111
CommentControllerTest > 댓글 추가 요청 FAILED
java.lang.AssertionError at CommentControllerTest.java:90
CommentControllerTest > 정상적인 댓글 수정 요청 FAILED
java.lang.AssertionError at CommentControllerTest.java:148
LectureControllerTest > 강의 등록 uri 를 정상적으로 호출 및 응답. FAILED
java.lang.AssertionError at LectureControllerTest.java:67
LectureControllerTest > 강의 조회 uri 를 정상적으로 호출 및 응답 FAILED
java.lang.AssertionError at LectureControllerTest.java:150
LectureControllerTest > 강의 리스트 조회 uri 를 정상적으로 호출 및 응답 FAILED
java.lang.AssertionError at LectureControllerTest.java:205
LectureControllerTest > 강의 수정 uri 를 정상적으로 호출 및 응답 FAILED
java.lang.AssertionError at LectureControllerTest.java:94
LectureControllerTest > 수강생들의 정보를 조회한다. FAILED
java.lang.AssertionError at LectureControllerTest.java:382
MenuControllerTest > 단일 메뉴 정보를 조회한다. FAILED
java.lang.AssertionError at MenuControllerTest.java:57
MenuControllerTest > 모든 메뉴 정보를 조회한다. FAILED
java.lang.AssertionError at MenuControllerTest.java:43
The text was updated successfully, but these errors were encountered: