We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29991f commit 514d587Copy full SHA for 514d587
extensions/acpx/src/runtime.test.ts
@@ -149,8 +149,7 @@ describe("AcpxRuntime", () => {
149
const logs = await readMockRuntimeLogEntries(logPath);
150
const prompt = logs.find(
151
(entry) =>
152
- entry.kind === "prompt" &&
153
- String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
+ entry.kind === "prompt" && String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
154
);
155
expect(prompt).toBeDefined();
156
0 commit comments