Skip to content

Commit a2aa5ba

Browse files
committed
Fix test
1 parent 466cc8f commit a2aa5ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/__tests__/CodexACPAgent/session-delete.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ async function createSession(): Promise<{
129129
currentModelId: "model-id[medium]",
130130
models: [model],
131131
currentServiceTier: null,
132+
additionalDirectories: [],
132133
});
133134

134135
await codexAcpAgent.newSession({cwd: "/test/cwd", mcpServers: []});

0 commit comments

Comments
 (0)