Skip to content

Commit

Permalink
Update src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Rainer Sigwald <[email protected]>
  • Loading branch information
dfederm and rainersigwald authored Jun 12, 2023
1 parent ac01c98 commit 97bbae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public void SolutionsCanInjectEdgesIntoTheProjectGraph(Dictionary<int, int[]> ed
}
}

// Remove some properties for comparison purposes as we are comparing a graph created with and without a solution.
// Remove some properties for comparison purposes as we are comparing a graph created from a solution against the graph (without solution properties) used to make the solution.
// This is done as a separate pass since some edges may be sharing an instance.
foreach (string propertyToIgnore in propertiesToIgnore)
{
Expand Down

0 comments on commit 97bbae3

Please sign in to comment.