mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 23:04:45 +00:00
test: check orphan repair reply
This commit is contained in:
@@ -705,6 +705,6 @@ describe("runEmbeddedPiAgent", () => {
|
||||
const result = await runWithOrphanedSingleUserMessage("orphaned user", nextSessionKey());
|
||||
|
||||
expect(result.meta.error).toBeUndefined();
|
||||
expect(result.payloads?.length ?? 0).toBeGreaterThan(0);
|
||||
expect(result.payloads?.[0]?.text).toBe("ok");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user