mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:17:42 +00:00
chore: Fix types in tests 43/N.
This commit is contained in:
@@ -51,7 +51,7 @@ describe("runEmbeddedPiAgent usage reporting", () => {
|
||||
});
|
||||
|
||||
// Check usage in meta
|
||||
const usage = result.meta.agentMeta.usage;
|
||||
const usage = result.meta.agentMeta?.usage;
|
||||
expect(usage).toBeDefined();
|
||||
|
||||
// Check if total matches the last turn's total (200)
|
||||
|
||||
Reference in New Issue
Block a user