Skip to content

Commit

Permalink
[feature/#209] test 간단한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 7, 2024
1 parent 648f9ef commit 15d7323
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ void getClubHistories_Success() {
.build();
List<ClubHistory> clubHistoryList = List.of(clubHistory);



Sort sort = Sort.by(Sort.Direction.DESC, "dateHistory");



given(clubHistoryRepository.findAll(sort)).willReturn(clubHistoryList);


Expand Down

0 comments on commit 15d7323

Please sign in to comment.