We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ImagenIntegrationTests
1 parent 45354e4 commit 1b6b391Copy full SHA for 1b6b391
FirebaseAI/Tests/TestApp/Tests/Integration/ImagenIntegrationTests.swift
@@ -40,7 +40,7 @@ struct ImagenIntegrationTests {
40
41
init() async throws {
42
userID1 = try await TestHelpers.getUserID()
43
- vertex = FirebaseAI.vertexAI()
+ vertex = FirebaseAI.firebaseAI(backend: .vertexAI())
44
storage = Storage.storage()
45
}
46
0 commit comments