test fix
This commit is contained in:
parent
0dc3661ed1
commit
13458b17c4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Options:
|
|||
[Fact]
|
||||
public void WhenTooManyArgumentsArePassedItPrintsError()
|
||||
{
|
||||
var cmd = new AddReferenceCommand()
|
||||
var cmd = new ListReferenceCommand()
|
||||
.WithProject("one two three")
|
||||
.Execute("proj.csproj");
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue