Skip to content

Commit

Permalink
Rename test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edvilme committed Feb 13, 2025
1 parent 36602fd commit b578e16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotnet-sln.Tests/GivenDotnetSlnList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void WhenSolutionFilterOriginalPathContainsSpecialCharactersTheyAreUnesca
$"{new string('-', CommandLocalizableStrings.ProjectsHeader.Length)}",
$"{Path.Combine("src", "App", "App.csproj")}" };
var projectDirectory = _testAssetsManager
.CopyTestAsset("TestAppWithSlnxAndSolutionFoldersWithSpecialCharacters", identifier: "GivenDotnetSlnList-Filter-Unescape")
.CopyTestAsset("TestAppWithSlnAndSlnfWithSpecialCharactersInPath", identifier: "GivenDotnetSlnList-Filter-Unescape")
.WithSource()
.Path;
var cmd = new DotnetCommand(Log)
Expand Down

0 comments on commit b578e16

Please sign in to comment.