Fix tests for cache => store rename.
This commit is contained in:
parent
07b25e268c
commit
95ff3f9bf8
9 changed files with 313 additions and 92 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue