Skip to content

Commit

Permalink
test: 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Nov 30, 2023
1 parent bd9370e commit 2f6066e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ void get_room_details_test() throws Exception {
dailyRoomCertificationRepository.save(dailyRoomCertification);

DailyRoomCertification dailyRoomCertification1 = RoomFixture.dailyRoomCertification(room.getId(),
LocalDate.of(LocalDate.now().getYear(), LocalDate.now().getMonth(), LocalDate.now().getDayOfMonth() - 3));
LocalDate.now().minusDays(3));
dailyRoomCertificationRepository.save(dailyRoomCertification1);

// expected
Expand Down

0 comments on commit 2f6066e

Please sign in to comment.