mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-03 19:45:52 +00:00
fixes in tests
This commit is contained in:
@@ -80,7 +80,7 @@ class StringParseTest {
|
||||
}
|
||||
@Test
|
||||
fun testThatTimezoneCorrectlyDeserialized() {
|
||||
val now = DateTimeTz.nowLocal()
|
||||
val now = DateTime.now().copy(milliseconds = 0).local
|
||||
|
||||
runTest {
|
||||
for (i in 0 .. 1339) {
|
||||
|
||||
Reference in New Issue
Block a user