Skip to content

Commit

Permalink
test : 깨진 테스트 복원
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Apr 18, 2024
1 parent dc1e1c3 commit 8f52fb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.time.LocalDateTime
class ShowTest : BehaviorSpec() {
private val now = LocalDate.now()
private val standardShow = Show(
id = 1,
id = "1",
name = "",
date = LocalDateTime.MAX,
salesStartDate = LocalDate.MIN,
Expand Down Expand Up @@ -96,4 +96,4 @@ class ShowTest : BehaviorSpec() {
}
}
}
}
}

0 comments on commit 8f52fb4

Please sign in to comment.