We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf48e47 commit 9500708Copy full SHA for 9500708
packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt
@@ -55,7 +55,7 @@ class OsTest {
55
56
@Test
57
fun unixifyPath_withAWindowsPath_convertsItCorrectly() {
58
- val aWindowsPath = "C:\\just\\a\\windows\\path\\"
+ val aWindowsPath = "D:\\just\\a\\windows\\path\\"
59
60
assertThat("/D/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
61
}
0 commit comments