Skip to content

Commit 9a4e1df

Browse files
committed
[LOCAL] Fix Android tests after changing Windows CI
1 parent a74d930 commit 9a4e1df

File tree

1 file changed

+1
-1
lines changed
  • packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils

1 file changed

+1
-1
lines changed

packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class OsTest {
5555

5656
@Test
5757
fun unixifyPath_withAWindowsPath_convertsItCorrectly() {
58-
val aWindowsPath = "C:\\just\\a\\windows\\path\\"
58+
val aWindowsPath = "D:\\just\\a\\windows\\path\\"
5959

6060
assertThat("/D/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
6161
}

0 commit comments

Comments
 (0)