Skip to content

Commit

Permalink
refactor: 최신순으로 정렬해서 리뷰 목록을 확인하는 테스트를 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Apr 2, 2024
1 parent d23ed9d commit 8686231
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,11 @@ class sortingReviews_성공_테스트 {
final var productId = 단일_상품_저장(product);

final var review1 = 리뷰_이미지test3_평점3_재구매O_생성(member, product, 351L);
단일_리뷰_저장(review1);
Thread.sleep(100);
final var review2 = 리뷰_이미지test4_평점4_재구매O_생성(member, product, 24L);
단일_리뷰_저장(review2);
Thread.sleep(100);
final var review3 = 리뷰_이미지test3_평점3_재구매X_생성(member, product, 130L);
단일_리뷰_저장(review3);
복수_리뷰_저장(review1, review2, review3);

final var request = 리뷰정렬요청_최신순_생성(3L);

Expand Down

0 comments on commit 8686231

Please sign in to comment.