Skip to content

Commit

Permalink
[FIX] 테스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwpfh committed Sep 12, 2024
1 parent ffb2fd2 commit 0d99007
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private Wish createWish(User user){
.title("소원 제목")
.startAt(Util.convertToDate(getLocalDateTime(0)))
.endAt(Util.convertToDate(getLocalDateTime(7)))
.wantsGift(true)
.build();
}
}

0 comments on commit 0d99007

Please sign in to comment.