updated test to use new string
This commit is contained in:
parent
8a0dd7aece
commit
f062da0652
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue