Addressing code review comments.
This commit is contained in:
parent
facbef52ff
commit
465b32dab4
8 changed files with 28 additions and 15 deletions
|
@ -63,7 +63,9 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
.WithWorkingDirectory(testInstance.TestRoot)
|
||||
.ExecuteWithCapturedOutput("portable")
|
||||
.Should()
|
||||
.Pass();
|
||||
.Pass()
|
||||
.And
|
||||
.HaveStdOutContaining("Hello Portable World!");;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue