mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test(gateway): assert single-row list metadata fallback
This commit is contained in:
@@ -274,6 +274,9 @@ describe("single gateway session row child-session cache", () => {
|
||||
expect(subagentRegistryReadMock.buildSubagentRunReadIndex).toHaveBeenCalledTimes(
|
||||
1,
|
||||
);
|
||||
expect(
|
||||
subagentRegistryReadMock.getSessionDisplaySubagentRunByChildSessionKey,
|
||||
).not.toHaveBeenCalled();
|
||||
|
||||
vi.clearAllMocks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user