Skip to content

여정 등록, 조회, 수정 수정 #97

여정 등록, 조회, 수정 수정

여정 등록, 조회, 수정 수정 #97

Triggered via pull request October 29, 2023 05:32
Status Failure
Total duration 1m 31s
Artifacts

gradle.yml

on: pull_request
Build and test project
1m 21s
Build and test project
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
ItineraryServiceTest$Context_createVisit.체류 여정 정보를 저장할 수 있다.: ItineraryServiceTest$Context_createVisit#L149
com.fc.toy_project2.domain.itinerary.exception.InvalidItineraryException: 도착 시간은 출발 시간보다 이른 시간이어야 합니다.
ItineraryServiceTest$Context_getItineraryByTripId.tripId를 통해 Itinerary를 조회할 수 있다.: ItineraryServiceTest$Context_getItineraryByTripId#L207
java.lang.NullPointerException: Cannot invoke "com.fc.toy_project2.domain.trip.entity.Trip.getItineraries()" because the return value of "com.fc.toy_project2.domain.trip.service.TripService.getTrip(java.lang.Long)" is null
ItineraryServiceTest$Context_updateVisit.체류 여정 정보를 수정할 수 있다.: ItineraryServiceTest$Context_updateVisit#L306
com.fc.toy_project2.domain.itinerary.exception.InvalidItineraryException: 도착 시간은 출발 시간보다 이른 시간이어야 합니다.
Build and test project
Gradle build failed: see console output for details