Skip to content

Commit

Permalink
chore :: test enviroment 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
esperar committed Aug 8, 2024
1 parent b5aa18e commit 578ca27
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ private fun validDayOfWeekAndHourUtil(year: Int, month: Int, day: Int, hour: Int
val testDate = LocalDateTime.of(year, month, day, hour, minute, second)
val selfStudyProperties = mockk<SelfStudyProperties>()

every { environment.activeProfiles } returns arrayOf(profile)

if (profile == "dev") {
every { selfStudyProperties.allowedStartTime } returns "00:00"
every { selfStudyProperties.allowedEndTime } returns "23:59"
Expand Down

0 comments on commit 578ca27

Please sign in to comment.