remove redundant packagesRoot path check and reorder methods

This commit is contained in:
Krzysztof Wicher 2016-12-20 14:47:11 -08:00
parent 444dd6a031
commit aa7fb60d73
2 changed files with 18 additions and 18 deletions

View file

@ -138,7 +138,7 @@ namespace Microsoft.DotNet.Tests
.WithWorkingDirectory(testInstance.Root)
.ExecuteWithCapturedOutput("nonexistingtool")
.Should().Fail()
.And.HaveStdErrContaining("Version for package `dotnet-nonexistingtool` could not be resolved.");
.And.HaveStdErrContaining("No executable found matching command \"dotnet-nonexistingtool\"");
}
[Fact]