Skip to content

Commit 514d587

Browse files
committed
style(acpx): format runtime regression test
1 parent e29991f commit 514d587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/acpx/src/runtime.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ describe("AcpxRuntime", () => {
149149
const logs = await readMockRuntimeLogEntries(logPath);
150150
const prompt = logs.find(
151151
(entry) =>
152-
entry.kind === "prompt" &&
153-
String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
152+
entry.kind === "prompt" && String(entry.sessionName ?? "") === "agent:codex:acp:with-image",
154153
);
155154
expect(prompt).toBeDefined();
156155

0 commit comments

Comments
 (0)