Skip to content

Commit 12f56d9

Browse files
#430: Remove 'core' from path
1 parent 916703b commit 12f56d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/linux/test/TimeZoneNativeTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TimeZoneNativeTest {
3535

3636
@Test
3737
fun correctSymlinkTest() {
38-
root = "./core/linux/test/time-zone-native-test-resources/correct-symlink/"
38+
root = "./linux/test/time-zone-native-test-resources/correct-symlink/"
3939

4040
println("PWD: ${pwd()}")
4141

@@ -45,7 +45,7 @@ class TimeZoneNativeTest {
4545

4646
@Test
4747
fun fallsBackToUTC() {
48-
root = "./core/linux/test/time-zone-native-test-resources/missing-localtime/"
48+
root = "./linux/test/time-zone-native-test-resources/missing-localtime/"
4949

5050
val tz = TimeZone.currentSystemDefault()
5151
assertEquals(TimeZone.UTC, tz)

0 commit comments

Comments
 (0)