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 prompt = logs.find(
|
||||
(entry) =>
|
||||
entry.kind === "prompt" &&
|
||||
String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
|
||||
entry.kind === "prompt" && String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
|
||||
);
|
||||
expect(prompt).toBeDefined();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user