Skip to content

Commit 1ceea28

Browse files
committed
Update PathTests.cs
1 parent 2eaec3a commit 1ceea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/PathTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void Combine()
3737

3838
var result = PathPolyfill.Combine(paths);
3939

40-
Assert.AreEqual("folder1\\folder2\\file.txt", result);
40+
Assert.AreEqual("folder1\\folder2\\file.txt", result.Replace('/','\\'));
4141
}
4242
#endif
4343

0 commit comments

Comments
 (0)