Skip to content

Commit a5eea9b

Browse files
committed
Update totalBillableCharacters count to match new backend counts
1 parent 9655955 commit a5eea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/CountTokensIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct CountTokensIntegrationTests {
143143
switch config.apiConfig.service {
144144
case .vertexAI:
145145
#expect(response.totalTokens == 65)
146-
#expect(response.totalBillableCharacters == 165)
146+
#expect(response.totalBillableCharacters == 170)
147147
case .developer:
148148
// The Developer API erroneously ignores the `responseSchema` when counting tokens, resulting
149149
// in a lower total count than Vertex AI.

0 commit comments

Comments
 (0)