mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:57:40 +00:00
fix(ci): restore main checks after bulk merges
This commit is contained in:
@@ -97,7 +97,7 @@ describe("heartbeat transcript pruning", () => {
|
||||
const transcriptPath = path.join(tmpDir, `${sessionId}.jsonl`);
|
||||
|
||||
// Create a transcript with some existing content
|
||||
await createTranscriptWithContent(transcriptPath, sessionId);
|
||||
const originalContent = await createTranscriptWithContent(transcriptPath, sessionId);
|
||||
const originalSize = (await fs.stat(transcriptPath)).size;
|
||||
|
||||
// Seed session store
|
||||
|
||||
Reference in New Issue
Block a user