mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert "Fix Windows path expectation in OsTest.kt"
This reverts commit f2b846fcc4.
This commit is contained in:
@@ -57,7 +57,7 @@ class OsTest {
|
||||
fun unixifyPath_withAWindowsPath_convertsItCorrectly() {
|
||||
val aWindowsPath = "C:\\just\\a\\windows\\path\\"
|
||||
|
||||
assertThat("/C/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
|
||||
assertThat("/D/just/a/windows/path/").isEqualTo(aWindowsPath.unixifyPath())
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user