Fixing test failure.
NuGet changed how they display the error message.
This commit is contained in:
parent
f6d040a3fa
commit
6d84f6db77
1 changed files with 1 additions and 5 deletions
|
@ -105,11 +105,7 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests
|
|||
|
||||
result.Should().Fail();
|
||||
|
||||
result.StdOut.Should()
|
||||
.ContainVisuallySameFragment(
|
||||
@"Feeds used:
|
||||
/usr/local/bin
|
||||
https://api.nuget.org/v3/index.json");
|
||||
result.StdOut.Should().ContainVisuallySameFragment(@"source(s): /usr/local/bin, nuget.org");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Reference in a new issue