hotfix: 대학 조회 캐싱 임시 제거 #608
Annotations
3 errors
|
UnivApplyInfoQueryServiceTest$대학_지원_정보_상세_조회.대학_지원_정보_상세_조회시_캐시가_적용된다():
UnivApplyInfoQueryServiceTest$대학_지원_정보_상세_조회#L77
org.mockito.exceptions.verification.TooManyActualInvocations:
univApplyInfoRepository.getUnivApplyInfoById(
1L
);
Wanted 1 time:
-> at com.example.solidconnection.university.repository.UnivApplyInfoRepository.getUnivApplyInfoById(UnivApplyInfoRepository.java:54)
But was 2 times:
-> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
UnivApplyInfoQueryServiceTest$대학_지원_정보_상세_조회.존재하지_않는_대학_지원_정보를_조회하면_예외가_발생한다():
UnivApplyInfoQueryServiceTest$대학_지원_정보_상세_조회#L88
java.lang.AssertionError: Expecting actual throwable to have a root cause but it did not, actual was:
com.example.solidconnection.common.exception.CustomException: 존재하지 않는 대학교 지원 정보입니다.
at com.example.solidconnection.university.repository.UnivApplyInfoRepository.lambda$getUnivApplyInfoById$0(UnivApplyInfoRepository.java:55)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at com.example.solidconnection.university.repository.UnivApplyInfoRepository.getUnivApplyInfoById(UnivApplyInfoRepository.java:55)
...(156 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
|
build
Process completed with exit code 1.
|