Skip to content

Commit

Permalink
fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Feb 25, 2024
1 parent ad9f8c0 commit b170ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/dotnet/solution/solution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func TestLoad(t *testing.T) {
expectedProjectCount int
}{
{"noExcludePattern", "", 2},
{"excludePattern", `(^.*.*/proj1.*/.*.*$)`, 1},
{"excludePattern", filepath.Join(`(^.*.*`, "proj1", ".*.*$)"), 1},
}

for _, testCase := range testCases {
Expand Down

0 comments on commit b170ded

Please sign in to comment.