Fixing test failure.

NuGet changed how they display the error message.
This commit is contained in:
Livar 2017-06-01 21:31:14 -07:00 committed by GitHub
parent 5d85223f2b
commit 718b049ae9

View file

@ -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]