We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b846f commit 2412da9Copy full SHA for 2412da9
1 file changed
packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt
@@ -57,7 +57,7 @@ class OsTest {
57
fun unixifyPath_withAWindowsPath_convertsItCorrectly() {
58
val aWindowsPath = "C:\\just\\a\\windows\\path\\"
59
60
- assertThat("/C/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
+ assertThat("/D/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
61
}
62
63
@Test
0 commit comments