This commit is contained in:
jonsequitur 2017-03-15 19:57:03 -07:00
parent 0dc3661ed1
commit 13458b17c4

View file

@ -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);