Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 79a4c65

Browse files
committed
fix: test
1 parent 654534a commit 79a4c65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
144144
status: "active",
145145
options: {},
146146
headers: {},
147+
release_date: "2023-04-01",
147148
})
148149

149150
expect(result).toHaveLength(1)
@@ -204,6 +205,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
204205
status: "active",
205206
options: {},
206207
headers: {},
208+
release_date: "2023-04-01",
207209
})
208210

209211
expect(result[0].providerOptions?.openaiCompatible?.reasoning_content).toBe("Thinking...")
@@ -250,6 +252,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
250252
status: "active",
251253
options: {},
252254
headers: {},
255+
release_date: "2023-04-01",
253256
})
254257

255258
expect(result[0].content).toEqual([

0 commit comments

Comments
 (0)