Skip to content

Commit 78ca49a

Browse files
authored
test: fix bedrock test (#23351)
1 parent 1d54b0e commit 78ca49a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/opencode/test/provider/transform.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,12 +2804,14 @@ describe("ProviderTransform.variants", () => {
28042804
reasoningConfig: {
28052805
type: "adaptive",
28062806
maxReasoningEffort: "xhigh",
2807+
display: "summarized",
28072808
},
28082809
})
28092810
expect(result.max).toEqual({
28102811
reasoningConfig: {
28112812
type: "adaptive",
28122813
maxReasoningEffort: "max",
2814+
display: "summarized",
28132815
},
28142816
})
28152817
})

0 commit comments

Comments
 (0)