Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Dec 11, 2020
1 parent a61c748 commit 85d8ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build.UnitTests/Construction/SolutionFile_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ public void ParseSolutionFileContainingProjectsWithSimilarNames_FourProjects_One
}

/// <summary>
/// A test where paths contain ..\ segments
/// A test where paths contain ..\ segments to ensure the paths are normalized.
/// </summary>
[Fact]
public void ParseSolutionWithParentedPaths()
Expand Down

0 comments on commit 85d8ddb

Please sign in to comment.