Skip to content

Commit

Permalink
Merge pull request #90 from ku-ring/2.0/fix-test
Browse files Browse the repository at this point in the history
kuring-123 [수정] DateUtilTest가 간헐적으로 실패하던 문제 해결
  • Loading branch information
mwy3055 authored Jan 31, 2024
2 parents b72c4dc + 79a844d commit deaa5e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ object DateUtil {
set(Calendar.HOUR_OF_DAY, hour) // Calendar.HOUR는 12시간
set(Calendar.MINUTE, minute)
set(Calendar.SECOND, second)
set(Calendar.MILLISECOND, 0)
}
}.getOrNull()
}
Expand Down

0 comments on commit deaa5e1

Please sign in to comment.