Skip to content

Commit d429aa8

Browse files
#430: Rename timezoneFileAgreesWithLocaltimeContents
1 parent d2a9dca commit d429aa8

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
@@ -22,7 +22,7 @@ class TimeZoneNativeTest {
2222
}
2323

2424
@Test
25-
fun correctLocaltimeCopyTest() = withFakeRoot("${RESOURCES}correct-localtime-copy/") {
25+
fun timezoneFileAgreesWithLocaltimeContents() = withFakeRoot("${RESOURCES}correct-localtime-copy/") {
2626
val tz = TimeZone.currentSystemDefault()
2727
assertEquals(TimeZone.of("Europe/Oslo"), tz)
2828
}

0 commit comments

Comments
 (0)