remove redundant packagesRoot path check and reorder methods
This commit is contained in:
parent
444dd6a031
commit
aa7fb60d73
2 changed files with 18 additions and 18 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue