Skip to content

Commit 0c43e06

Browse files
create PR to test new PR pipeline
1 parent 3454c3b commit 0c43e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RecursiveExtractor.Tests/SanitizePathTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class SanitizePathTests
1313
[DataTestMethod]
1414
[DataRow("a\\file\\with:colon.name", "a\\file\\with_colon.name")]
1515
[DataRow("a\\folder:with\\colon.name", "a\\folder_with\\colon.name")]
16-
16+
[DataRow("test-pr-change","test-pr-change")]
1717
public void TestSanitizePathWindows(string windowsInputPath, string expectedWindowsPath)
1818
{
1919
var entry = new FileEntry(windowsInputPath, Stream.Null);
@@ -34,7 +34,7 @@ public void TestSanitizePathLinux(string linuxInputPath, string expectedLinuxPat
3434
{
3535
Assert.AreEqual(expectedLinuxPath, entry.GetSanitizedPath());
3636
}
37-
}
37+
}
3838

3939
protected static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();
4040
}

0 commit comments

Comments
 (0)