We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa8cb4 commit c01dabbCopy full SHA for c01dabb
core/darwin/test/TimeZoneNativeTest.kt
@@ -362,7 +362,7 @@ class TimeZoneNativeTest {
362
// timeZone.atZone(LocalDateTime) tests
363
364
@Test
365
- fun testTimeZoneByIdFoundationAlwaysReturnsTimeZone() {
+ fun shouldProduceConsistentZonedDateTimeBetweenRegularAndFoundationTimeZones() {
366
for ((zoneId, localDateTimes) in timeZoneRulesTestCases) {
367
for (ldt in localDateTimes) {
368
val expected = timeZoneById(zoneId).atZone(ldt)
0 commit comments