Skip to content

Commit c01dabb

Browse files
#485: Rename test to reflect consistent ZonedDateTime production across time zones
1 parent faa8cb4 commit c01dabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/darwin/test/TimeZoneNativeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class TimeZoneNativeTest {
362362
// timeZone.atZone(LocalDateTime) tests
363363

364364
@Test
365-
fun testTimeZoneByIdFoundationAlwaysReturnsTimeZone() {
365+
fun shouldProduceConsistentZonedDateTimeBetweenRegularAndFoundationTimeZones() {
366366
for ((zoneId, localDateTimes) in timeZoneRulesTestCases) {
367367
for (ldt in localDateTimes) {
368368
val expected = timeZoneById(zoneId).atZone(ldt)

0 commit comments

Comments
 (0)