diff --git a/src/plugins/commands.test.ts b/src/plugins/commands.test.ts index 035866c20cd..9f183eeafe7 100644 --- a/src/plugins/commands.test.ts +++ b/src/plugins/commands.test.ts @@ -55,6 +55,7 @@ describe("registerPluginCommand", () => { { name: "demo_cmd", description: "Demo command", + acceptsArgs: false, }, ]); });