Skip to content

Commit c446aa9

Browse files
#430: Rename nonExistentTimezoneInTimezoneFile
1 parent d429aa8 commit c446aa9

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
@@ -41,7 +41,7 @@ class TimeZoneNativeTest {
4141
}
4242

4343
@Test
44-
fun incorrectTimezoneTest() = withFakeRoot("${RESOURCES}incorrect-timezone/") {
44+
fun nonExistentTimezoneInTimezoneFile() = withFakeRoot("${RESOURCES}incorrect-timezone/") {
4545
assertFailsWith<IllegalTimeZoneException> {
4646
TimeZone.currentSystemDefault()
4747
}

0 commit comments

Comments
 (0)