Fixing test failure.
NuGet changed how they display the error message.
This commit is contained in:
parent
5d85223f2b
commit
718b049ae9
1 changed files with 1 additions and 5 deletions
|
@ -109,11 +109,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