Skip to content

Commit 5454e7e

Browse files
committed
Pass deliver into host tests that landed with Codex cost
The required deliver hop was already on older fixtures. Two Codex hide tests from main did not have it after rebase, so typecheck failed.
1 parent 9d9dacc commit 5454e7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tui/runner-host.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ describe("bottom border cost run", () => {
466466
eventEmitter: new EventEmitter(),
467467
send: () => {},
468468
interrupt: () => {},
469+
deliver: () => {},
469470
providers: {
470471
xai: { models: ["grok-4"] },
471472
"codex/abk-labs": { models: ["gpt-5.5"] },
@@ -515,6 +516,7 @@ describe("bottom border cost run", () => {
515516
eventEmitter: new EventEmitter(),
516517
send: () => {},
517518
interrupt: () => {},
519+
deliver: () => {},
518520
providers: {
519521
"codex/abk-labs": { models: ["gpt-5.5"] },
520522
xai: { models: ["grok-4"] },

0 commit comments

Comments
 (0)