Skip to content

Commit 9500708

Browse files
NickGerlemancipolleschi
authored andcommitted
Fix build_android GHA Job (#52694)
Summary: Pull Request resolved: #52694 build_android job is always failing, with this assertion. Seems like find/replace in D78484060 gone wrong? Changelog: [Internal] Reviewed By: sbuggay Differential Revision: D78534334 fbshipit-source-id: 291bdd01b41fa6efea00ed63a0dee8bdb14cbc3a
1 parent cf48e47 commit 9500708

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)