Skip to content

Commit

Permalink
🩹 결과 확인을 위해 변경했던 값 다시 원상복구
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty1434 committed Jan 11, 2024
1 parent 9eed303 commit 5c0585d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void pickupsInMypageAreSortedWithDesc() {
pickupRepository.saveAll(List.of(p1,p2,p3,p4,p5));

// when
List<PickupsInMypageDto> pickupsForUser = pickupService.getPickupsForUser(userId, PageRequest.of(0,2),now.toLocalDate())
List<PickupsInMypageDto> pickupsForUser = pickupService.getPickupsForUser(userId, PageRequest.of(0,5),now.toLocalDate())
.getContent();

// then
Expand Down

0 comments on commit 5c0585d

Please sign in to comment.