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.Should().Fail();
|
||||||
|
|
||||||
result.StdOut.Should()
|
result.StdOut.Should().ContainVisuallySameFragment(@"source(s): /usr/local/bin, nuget.org");
|
||||||
.ContainVisuallySameFragment(
|
|
||||||
@"Feeds used:
|
|
||||||
/usr/local/bin
|
|
||||||
https://api.nuget.org/v3/index.json");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue