Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: 꿀조합에 사용된 상품 정보에 상품 이미지 URL 추가 #27

Merged
merged 7 commits into from
Apr 3, 2024
Prev Previous commit
Next Next commit
refactor: 최신순으로 정렬해서 리뷰 목록을 확인하는 테스트를 롤백
70825 committed Apr 2, 2024
commit 86862316101cd3d39351dcb90290d18e2e8f1849
Original file line number Diff line number Diff line change
@@ -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);