Skip to content

Commit

Permalink
Fix CI test (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Oct 4, 2022
1 parent 446fbe7 commit 24b0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PSRule.Tests/InputPathBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void GetPathRequired()
actual = builder.Build();
Assert.True(actual.Length == 1);

required = PathFilter.Create(GetWorkingPath(), new string[] { "." });
required = PathFilter.Create(GetWorkingPath(), new string[] { "**" });
builder = new InputPathBuilder(null, GetWorkingPath(), "*", null, required);
builder.Add(".");
actual = builder.Build();
Expand Down

0 comments on commit 24b0fe0

Please sign in to comment.