Skip to content

Commit 0c9d8a4

Browse files
Update src/api/providers/__tests__/mistral.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 037645e commit 0c9d8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/__tests__/mistral.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe("MistralHandler", () => {
150150
await consumeStream(stream)
151151

152152
const callArgs = mockCreate.mock.calls[0][0]
153-
expect(callArgs.model).toBe("codestral-latest")
153+
expect(callArgs.model).toBe(mistralDefaultModelId)
154154
expect(callArgs.maxTokens).toBe(256000)
155155
expect(callArgs.temperature).toBe(0)
156156
expect(callArgs.stream).toBe(true)

0 commit comments

Comments
 (0)