mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
style(acpx): format runtime regression test
This commit is contained in:
@@ -149,8 +149,7 @@ describe("AcpxRuntime", () => {
|
|||||||
const logs = await readMockRuntimeLogEntries(logPath);
|
const logs = await readMockRuntimeLogEntries(logPath);
|
||||||
const prompt = logs.find(
|
const prompt = logs.find(
|
||||||
(entry) =>
|
(entry) =>
|
||||||
entry.kind === "prompt" &&
|
entry.kind === "prompt" && String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
|
||||||
String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
|
|
||||||
);
|
);
|
||||||
expect(prompt).toBeDefined();
|
expect(prompt).toBeDefined();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user