diff --git a/src/auto-reply/command-detection.test.ts b/src/auto-reply/command-detection.test.ts index 98cfbd568..2c1eefb12 100644 --- a/src/auto-reply/command-detection.test.ts +++ b/src/auto-reply/command-detection.test.ts @@ -48,9 +48,6 @@ describe("control command parsing", () => { expect(hasControlCommand("/status")).toBe(true); expect(hasControlCommand("/status:")).toBe(true); expect(hasControlCommand("status")).toBe(false); - expect(hasControlCommand("/compact")).toBe(true); - expect(hasControlCommand("/compact:")).toBe(true); - expect(hasControlCommand("compact")).toBe(false); }); it("requires commands to be the full message", () => {