Skip to content

Commit 81f75a0

Browse files
committed
Fix typo in merging PR suggestions
1 parent 2fd7244 commit 81f75a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildANetCoreApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ static void Main(string[] args)
10691069

10701070
var runCommand = new RunExeCommand(Log, Path.Combine(buildCommand.GetOutputDirectory(ToolsetInfo.CurrentTargetFramework).FullName, $"{testProj.Name}{EnvironmentInfo.ExecutableExtension}"));
10711071
runCommand
1072-
.Execute().
1072+
.Execute()
10731073
.Should().HaveStdOut(expectedOutput);
10741074
}
10751075
}

0 commit comments

Comments
 (0)