Skip to content

Commit 709598e

Browse files
committed
Fix tests
1 parent 9054b7f commit 709598e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

FirebaseVertexAI/Tests/Unit/ChatTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ final class ChatTests: XCTestCase {
6363
projectID: "my-project-id",
6464
apiKey: "API_KEY",
6565
googleAppID: "My app ID",
66-
firebaseApp: app
66+
firebaseApp: app,
67+
backendAPI: .vertexAI
6768
),
6869
tools: nil,
6970
requestOptions: RequestOptions(),

FirebaseVertexAI/Tests/Unit/GenerativeModelTests.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,8 @@ final class GenerativeModelTests: XCTestCase {
14641464
projectID: "my-project-id",
14651465
apiKey: "API_KEY",
14661466
googleAppID: "My app ID",
1467-
firebaseApp: app
1467+
firebaseApp: app,
1468+
backendAPI: .vertexAI
14681469
)
14691470
}
14701471

0 commit comments

Comments
 (0)