mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
rename check infinity loop test class and fun
This commit is contained in:
parent
9ea8194d7d
commit
f63ed1a873
@ -5,9 +5,9 @@ import com.soywiz.klock.days
|
||||
import dev.inmo.krontab.buildSchedule
|
||||
import kotlin.test.*
|
||||
|
||||
class InfinityLoopCheckTest {
|
||||
class CheckMonthsAndDaysCorrectWork {
|
||||
@Test
|
||||
fun absenceOfInfinityLoopCheckTest() {
|
||||
fun checkMonthsAndDaysCorrectWork() {
|
||||
val now = DateTime.now().startOfYear.startOfDay
|
||||
for (i in 0 until now.year.days) {
|
||||
val scheduleDateTime = (now + i.days)
|
Loading…
Reference in New Issue
Block a user