Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Apr 2, 2024
1 parent 8686231 commit e407e6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ class sortingReviews_성공_테스트 {

// when
final var actual = reviewService.sortingReviews(productId, memberId, request).getReviews();
// assertThat(actual.get(0).getId()).isEqualTo(3L);
// assertThat(actual.get(0).getCreatedAt()).isEqualTo(review3.getCreatedAt());

// then
assertThat(actual).extracting(SortingReviewDto::getId)
Expand Down

0 comments on commit e407e6c

Please sign in to comment.