diff --git a/packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt b/packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt index 33866e11b5c..85b8dc28daf 100644 --- a/packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt +++ b/packages/gradle-plugin/shared/src/test/kotlin/com/facebook/react/utils/OsTest.kt @@ -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