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()
|
var runCommand = new RunCommand()
|
||||||
.WithWorkingDirectory(projectDirectory)
|
.WithWorkingDirectory(projectDirectory)
|
||||||
.ExecuteWithCapturedOutput()
|
.ExecuteWithCapturedOutput()
|
||||||
.Should().Pass().And.HaveStdOutContaining("Hello, World!ds");
|
.Should().Pass().And.HaveStdOutContaining("Hello, World!");
|
||||||
}
|
}
|
||||||
|
|
||||||
[WindowsOnlyTheory]
|
[WindowsOnlyTheory]
|
||||||
|
|
Loading…
Reference in a new issue