mirror of https://github.com/openclaw/openclaw.git
test: align plugin command spec expectation
This commit is contained in:
parent
4495071f8e
commit
5fe81704e6
|
|
@ -55,6 +55,7 @@ describe("registerPluginCommand", () => {
|
|||
{
|
||||
name: "demo_cmd",
|
||||
description: "Demo command",
|
||||
acceptsArgs: false,
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue