Skip to content

Commit

Permalink
Merge branch 'develop' into feature/store-get-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Jan 17, 2024
2 parents 973a3f1 + 6fbf72d commit b6beac1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ void getTodayReview() {

String offeredAt = LocalDate.now().toString();
// when
System.out.println("offeredAt = " + offeredAt);
System.out.println("restaurant.getIdx() = " + restaurant.getIdx());
var result = reviewService.getTodayReview(restaurant.getIdx(), offeredAt);
// then
assertEquals(result.content(), review.getContent());
Expand Down

0 comments on commit b6beac1

Please sign in to comment.