Remove intentional error
This commit is contained in:
parent
ced92df301
commit
68acf81475
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace EndToEnd.Tests
|
|||
var runCommand = new RunCommand()
|
||||
.WithWorkingDirectory(projectDirectory)
|
||||
.ExecuteWithCapturedOutput()
|
||||
.Should().Pass().And.HaveStdOutContaining("Hello, World!ds");
|
||||
.Should().Pass().And.HaveStdOutContaining("Hello, World!");
|
||||
}
|
||||
|
||||
[WindowsOnlyTheory]
|
||||
|
|
Loading…
Reference in a new issue