Skip to content

Commit b22c1fc

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
Fix build_android GHA Job
Summary: build_android job is always failing, with this assertion. Seems like copy/paste in D78484060 gone wrong? Differential Revision: D78534334
1 parent 862e8c7 commit b22c1fc

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)