From 5fe81704e678dc5b18ca9416e5eb0750cfe49fb6 Mon Sep 17 00:00:00 2001 From: George Pickett Date: Tue, 3 Mar 2026 15:05:18 -0800 Subject: [PATCH] test: align plugin command spec expectation --- src/plugins/commands.test.ts | 1 + 1 file changed, 1 insertion(+) 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, }, ]); });