Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Aguilar committed Jun 21, 2019
1 parent 8d6ad79 commit 956824c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void PathResolver_PerformWildcardSearch_WithDirectoryPatternAndFileNamePa
[PlatformTheory(Platform.Linux)]
[InlineData("dir6/*.EMPTY", new[]
{
"dir6/FILE3.EMPTY",
"/dir6/FILE3.EMPTY",
})]
public void PathResolver_PerformWildcardSearch_UppercaseFilename_OnLinux(string searchPath, string[] expectedResults)
{
Expand Down

0 comments on commit 956824c

Please sign in to comment.