Skip to content

Commit 0500e34

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent ebb5b68 commit 0500e34

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/__tests__/CodexACPAgent/CodexAcpClient.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2993,17 +2993,6 @@ describe('ACP server test', { timeout: 40_000 }, () => {
29932993
};
29942994
}
29952995

2996-
function createThreadReadResponse(status: "active" | "idle") {
2997-
return {
2998-
thread: {
2999-
id: "session-id",
3000-
status: status === "active"
3001-
? { type: "active", activeFlags: [] }
3002-
: { type: "idle" },
3003-
} as any,
3004-
};
3005-
}
3006-
30072996
it ('should disable reasoning.summary if key authorization is used', async () => {
30082997
const { mockFixture, turnStartSpy } = setupPromptFixture({ account: { type: "apiKey" } });
30092998

0 commit comments

Comments
 (0)