We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30bea2 commit a6b4972Copy full SHA for a6b4972
1 file changed
TeamTools.Linter.CommandLineTests/UnitTests/FileEnumeratorTests.cs
@@ -37,7 +37,7 @@ public void TestListEnumerator()
37
38
// Replace is to respect different platforms
39
var expectedValue = "subfolder\\line1;subfolder\\line2";
40
- expectedValue = expectedValue.Replace("\\", Path.DirectorySeparatorChar);
+ expectedValue = expectedValue.Replace('\', Path.DirectorySeparatorChar);
41
42
Assert.That(fileList, Is.EqualTo(expectedValue));
43
}
0 commit comments