Skip to content

Commit

Permalink
빌드 실패 에러 수정 완료 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxtxxyxx authored Oct 2, 2023
1 parent ff6c44a commit 83a245b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void findAvailableReservationTimesSuccessTest() {

// when
List<ReservationResponse.AvailableReservationTimePerDateDto> result =
reservationService.findAvailableReservationTimes(1L, 1L, LocalDate.now(), LocalDate.now().plusDays(1));
reservationService.findAvailableReservationTimes(1L, 1L, dateQuery);

// then
then(invitationReservationMapRepository).should(times(1)).findAllReservationId();
Expand Down

0 comments on commit 83a245b

Please sign in to comment.