Fix expectation in windows path test

This commit is contained in:
Félix Saparelli 2021-07-22 00:47:52 +12:00
parent 73eef67206
commit ef36d3429d
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ mod tests {
PathBuf::from(r"C:\Perm\Logs\hi")
])
.expect("failed to get longest common path"),
"C:/"
r"C:\"
);
}