From ef36d3429da74b870eb36f0d1504f33c49230e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Thu, 22 Jul 2021 00:47:52 +1200 Subject: [PATCH] Fix expectation in windows path test --- lib/src/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/paths.rs b/lib/src/paths.rs index 777f8cb..1c62a52 100644 --- a/lib/src/paths.rs +++ b/lib/src/paths.rs @@ -194,7 +194,7 @@ mod tests { PathBuf::from(r"C:\Perm\Logs\hi") ]) .expect("failed to get longest common path"), - "C:/" + r"C:\" ); }