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]
|
[Fact]
|
||||||
public void WhenTooManyArgumentsArePassedItPrintsError()
|
public void WhenTooManyArgumentsArePassedItPrintsError()
|
||||||
{
|
{
|
||||||
var cmd = new AddReferenceCommand()
|
var cmd = new ListReferenceCommand()
|
||||||
.WithProject("one two three")
|
.WithProject("one two three")
|
||||||
.Execute("proj.csproj");
|
.Execute("proj.csproj");
|
||||||
cmd.ExitCode.Should().NotBe(0);
|
cmd.ExitCode.Should().NotBe(0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue