fix local build and ci build failures
This commit is contained in:
parent
e9dc08eafa
commit
efe1b7b143
10 changed files with 51 additions and 36 deletions
|
@ -59,7 +59,8 @@ Advanced Commands:
|
|||
{
|
||||
var cmd = new DotnetCommand()
|
||||
.ExecuteWithCapturedOutput($"{helpArg}");
|
||||
cmd.Should().Pass().And.HaveStdOutContaining(HelpText);
|
||||
cmd.Should().Pass();
|
||||
cmd.StdOut.Should().ContainVisuallySameFragment(HelpText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue