updated test to use new string

This commit is contained in:
Maira Wenzel 2017-03-15 02:48:05 -07:00 committed by GitHub
parent 8a0dd7aece
commit f062da0652

View file

@ -130,7 +130,7 @@ namespace Microsoft.DotNet.Cli.Package.Add.Tests
.WithWorkingDirectory(projectDirectory)
.ExecuteWithCapturedOutput($"add package package1 package2 package3");
cmd.Should().Fail();
cmd.StdErr.Should().Contain("Please specify one package reference to add.");
cmd.StdErr.Should().Contain("Please specify only one package reference to be added.");
}
[Fact]