Skip to content

Commit 9127688

Browse files
committed
fix(codex): add parameter type to maintain mock in compact test
1 parent 882d88b commit 9127688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/codex/src/app-server/compact.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ describe("maybeCompactCodexAppServerSession", () => {
527527
tokensBefore: 55,
528528
},
529529
}));
530-
const maintain = vi.fn(async () => ({
530+
const maintain = vi.fn(async (_params: unknown) => ({
531531
changed: false,
532532
bytesFreed: 0,
533533
rewrittenEntries: 0,

0 commit comments

Comments
 (0)