Skip to content

Commit

Permalink
test : spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbeom0925 committed Jan 28, 2024
1 parent 0926686 commit c204295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void getTodayReview() {
review.addMark(user);
reviewRepository.saveAndFlush(review);

String offeredAt = LocalDate.of(2024,1,25).toString();
String offeredAt = LocalDate.of(2024, 1, 25).toString();
// when
System.out.println("offeredAt = " + offeredAt);
System.out.println("restaurant.getIdx() = " + restaurant.getIdx());
Expand Down

0 comments on commit c204295

Please sign in to comment.