Skip to content

Commit

Permalink
Fix typo in merging PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT committed Jul 7, 2023
1 parent 2fd7244 commit 81f75a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ static void Main(string[] args)

var runCommand = new RunExeCommand(Log, Path.Combine(buildCommand.GetOutputDirectory(ToolsetInfo.CurrentTargetFramework).FullName, $"{testProj.Name}{EnvironmentInfo.ExecutableExtension}"));
runCommand
.Execute().
.Execute()
.Should().HaveStdOut(expectedOutput);
}
}
Expand Down

0 comments on commit 81f75a0

Please sign in to comment.