Fix tests for cache => store rename.

This commit is contained in:
Eric Erhardt 2017-04-07 14:15:38 -05:00
parent 07b25e268c
commit 95ff3f9bf8
9 changed files with 313 additions and 92 deletions

View file

@ -16,7 +16,6 @@ namespace dotnet.Tests
[InlineData("add package -h")]
[InlineData("add reference -h")]
[InlineData("build -h")]
[InlineData("cache -h")]
[InlineData("clean -h")]
[InlineData("list -h")]
[InlineData("migrate -h")]
@ -32,6 +31,7 @@ namespace dotnet.Tests
[InlineData("sln add -h")]
[InlineData("sln list -h")]
[InlineData("sln remove -h")]
[InlineData("store -h")]
[InlineData("test -h")]
public void TheResponseIsNotAnError(string commandLine)
{