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 916703b commit 12f56d9Copy full SHA for 12f56d9
core/linux/test/TimeZoneNativeTest.kt
@@ -35,7 +35,7 @@ class TimeZoneNativeTest {
35
36
@Test
37
fun correctSymlinkTest() {
38
- root = "./core/linux/test/time-zone-native-test-resources/correct-symlink/"
+ root = "./linux/test/time-zone-native-test-resources/correct-symlink/"
39
40
println("PWD: ${pwd()}")
41
@@ -45,7 +45,7 @@ class TimeZoneNativeTest {
45
46
47
fun fallsBackToUTC() {
48
- root = "./core/linux/test/time-zone-native-test-resources/missing-localtime/"
+ root = "./linux/test/time-zone-native-test-resources/missing-localtime/"
49
50
val tz = TimeZone.currentSystemDefault()
51
assertEquals(TimeZone.UTC, tz)
0 commit comments