mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 11:01:39 +03:00
refactor: rename to openclaw
This commit is contained in:
@@ -38,7 +38,7 @@ describe("memory manager sync failures", () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
vi.useFakeTimers();
|
||||
workspaceDir = await fs.mkdtemp(path.join(os.tmpdir(), "moltbot-mem-"));
|
||||
workspaceDir = await fs.mkdtemp(path.join(os.tmpdir(), "openclaw-mem-"));
|
||||
indexPath = path.join(workspaceDir, "index.sqlite");
|
||||
await fs.mkdir(path.join(workspaceDir, "memory"));
|
||||
await fs.writeFile(path.join(workspaceDir, "MEMORY.md"), "Hello");
|
||||
|
||||
Reference in New Issue
Block a user