Fixing test failure.

NuGet changed how they display the error message.
This commit is contained in:
Livar 2017-06-01 21:32:20 -07:00 committed by GitHub
parent f6d040a3fa
commit 6d84f6db77

View file

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