Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fun-eat/funeat-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 152c92dac6cd569ea1cd962412b7c5d4a85c0c27
Choose a base ref
..
head repository: fun-eat/funeat-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70d364d543978034f33983d13da8d007ce5c972d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 βˆ’1 src/test/java/com/funeat/review/application/ReviewServiceTest.java
Original file line number Diff line number Diff line change
@@ -410,7 +410,7 @@ class sortingReviews_성곡_ν…ŒμŠ€νŠΈ {
final var actual = reviewService.sortingReviews(productId, memberId, request).getReviews();

System.out.println("review3.created_at" + review3_1.getCreatedAt());
System.out.println(actual.get(0).getContent());
System.out.println(actual.get(0).getCreatedAt());

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