Revert "Fix Windows path expectation in OsTest.kt"

This reverts commit f2b846fcc4.
This commit is contained in:
Rob Hogan
2025-07-21 13:56:41 +01:00
parent f2b846fcc4
commit 2412da9b7b
@@ -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