mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-08-29 10:09:43 +02:00
Fix details command result fixture
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -288,7 +288,7 @@ public class JSAdapterProxyTests
|
||||
fake.OnRequest("command/invoke", element =>
|
||||
{
|
||||
invokedCommandId = element.GetProperty("commandId").GetString();
|
||||
return new JsonObject { ["Kind"] = 4 };
|
||||
return new JsonObject { ["kind"] = 4 };
|
||||
});
|
||||
|
||||
var provider = CreateProvider(fake);
|
||||
|
||||
Reference in New Issue
Block a user