Skip to content

Commit a6b4972

Browse files
committed
fix
1 parent c30bea2 commit a6b4972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TeamTools.Linter.CommandLineTests/UnitTests/FileEnumeratorTests.cs

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

3838
// Replace is to respect different platforms
3939
var expectedValue = "subfolder\\line1;subfolder\\line2";
40-
expectedValue = expectedValue.Replace("\\", Path.DirectorySeparatorChar);
40+
expectedValue = expectedValue.Replace('\', Path.DirectorySeparatorChar);
4141

4242
Assert.That(fileList, Is.EqualTo(expectedValue));
4343
}

0 commit comments

Comments
 (0)