mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix test
This commit is contained in:
parent
d9f80f175f
commit
2b7325170e
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ describe("MoonshotHandler", () => {
|
|||
expect(model.id).toBe(mockOptions.apiModelId)
|
||||
expect(model.info).toBeDefined()
|
||||
expect(model.info.maxTokens).toBe(32_000)
|
||||
expect(model.info.contextWindow).toBe(131_072)
|
||||
expect(model.info.contextWindow).toBe(262_144)
|
||||
expect(model.info.supportsImages).toBe(false)
|
||||
expect(model.info.supportsPromptCache).toBe(true) // Should be true now
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue