Skip to content

Commit 96a09e2

Browse files
committed
Apply patch [skip ci]
1 parent 91fcc72 commit 96a09e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/src/__tests__/caching.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("tokenDataReducer", () => {
131131
outputTokens: 60,
132132
},
133133
{
134-
model: "anthropic:claude-sonnet-4-0",
134+
model: "anthropic:claude-sonnet-4-5",
135135
cacheCreationInputTokens: 10,
136136
cacheReadInputTokens: 5,
137137
inputTokens: 30,
@@ -158,3 +158,4 @@ describe("tokenDataReducer", () => {
158158

159159

160160

161+

0 commit comments

Comments
 (0)