mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:01:24 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -20,8 +20,8 @@ describe("tool-policy", () => {
|
||||
expect(resolveToolProfilePolicy("nope")).toBeUndefined();
|
||||
});
|
||||
|
||||
it("includes core tool groups in group:moltbot", () => {
|
||||
const group = TOOL_GROUPS["group:moltbot"];
|
||||
it("includes core tool groups in group:openclaw", () => {
|
||||
const group = TOOL_GROUPS["group:openclaw"];
|
||||
expect(group).toContain("browser");
|
||||
expect(group).toContain("message");
|
||||
expect(group).toContain("session_status");
|
||||
|
||||
Reference in New Issue
Block a user