Skip to content

Commit f64b3bd

Browse files
#430: Rename missingTimezoneWhenLocaltimeIsNotSymlinkTest test
1 parent 3866fbf commit f64b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/linux/test/TimeZoneNativeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TimeZoneNativeTest {
3434
}
3535

3636
@Test
37-
fun missingTimezoneTest() = withFakeRoot("${RESOURCES}missing-timezone/") {
37+
fun missingTimezoneWhenLocaltimeIsNotSymlinkTest() = withFakeRoot("${RESOURCES}missing-timezone/") {
3838
val exception = assertFailsWith<IllegalTimeZoneException> {
3939
TimeZone.currentSystemDefault()
4040
}

0 commit comments

Comments
 (0)