Skip to content

Commit 887980c

Browse files
committed
test(anthropic): update Claude model name to "claude-sonnet-4-0"
- Update test to reflect new default model choice.
1 parent 81315f8 commit 887980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configurationEdgeCases.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe("Configuration Edge Cases", () => {
129129

130130
expect(mockAnthropicCreate).toHaveBeenCalledWith(
131131
expect.objectContaining({
132-
model: "claude-3-7-sonnet-latest",
132+
model: "claude-sonnet-4-0",
133133
}),
134134
)
135135
})

0 commit comments

Comments
 (0)