fixes in tests

This commit is contained in:
2021-06-03 12:37:13 +06:00
parent c3ed1d024c
commit fec17f949f
2 changed files with 5 additions and 5 deletions

View File

@@ -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) {