mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 16:41:44 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -25,7 +25,7 @@ vi.mock("../agents/model-catalog.js", () => ({
|
||||
}));
|
||||
|
||||
async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> {
|
||||
return withTempHomeBase(fn, { prefix: "clawdbot-stream-" });
|
||||
return withTempHomeBase(fn, { prefix: "moltbot-stream-" });
|
||||
}
|
||||
|
||||
describe("block streaming", () => {
|
||||
|
||||
Reference in New Issue
Block a user