mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 01:52:04 +00:00
test: isolate voice-call temp stores
This commit is contained in:
@@ -68,11 +68,8 @@ export class FakeProvider implements VoiceCallProvider {
|
||||
}
|
||||
}
|
||||
|
||||
let storeSeq = 0;
|
||||
|
||||
export function createTestStorePath(): string {
|
||||
storeSeq += 1;
|
||||
return path.join(os.tmpdir(), `openclaw-voice-call-test-${Date.now()}-${storeSeq}`);
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-voice-call-test-"));
|
||||
}
|
||||
|
||||
export async function createManagerHarness(
|
||||
|
||||
Reference in New Issue
Block a user