Revert "Remove intentional error"

This reverts commit 68acf81475.
This commit is contained in:
Marc Paine 2024-07-03 15:23:18 -07:00
parent cc62208676
commit ee948996ca

View file

@ -82,7 +82,7 @@ namespace EndToEnd.Tests
var runCommand = new RunCommand()
.WithWorkingDirectory(projectDirectory)
.ExecuteWithCapturedOutput()
.Should().Pass().And.HaveStdOutContaining("Hello, World!");
.Should().Pass().And.HaveStdOutContaining("Hello, World!ds");
}
[WindowsOnlyTheory]