Fix tests with the updated the Command class

This commit is contained in:
Shengyu Fu
2019-08-05 16:22:51 -07:00
parent 3fc9da02ca
commit 9bbc7a20c9
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ namespace Microsoft.SqlTools.Test.CompletionExtension
{
item.Command = new Command
{
CommandStr = "vsintellicode.completionItemSelected",
command = "vsintellicode.completionItemSelected",
Arguments = new object[] { new Dictionary<string, string> { { "IsCommit", "True" } } }
};
}