Skip to content

Commit

Permalink
[공모전] 조회 버그 수정 - 테스트코드 변경 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Feb 29, 2024
1 parent 8312cfa commit cdc9585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object CommonCompetitionCallApi {
exhibitEndDate = LocalDate.now(),
screeningStartDate = LocalDate.now(),
screeningEndDate = LocalDate.now(),
showStartDate = LocalDate.now(),
showStartDate = LocalDate.now().plusDays(1),
agency = "test agency",
details = "test details",
linkUrl = "test link url"
Expand Down

0 comments on commit cdc9585

Please sign in to comment.