Skip to content

Commit 1b6b391

Browse files
committed
Fix ImagenIntegrationTests
1 parent 45354e4 commit 1b6b391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/ImagenIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct ImagenIntegrationTests {
4040

4141
init() async throws {
4242
userID1 = try await TestHelpers.getUserID()
43-
vertex = FirebaseAI.vertexAI()
43+
vertex = FirebaseAI.firebaseAI(backend: .vertexAI())
4444
storage = Storage.storage()
4545
}
4646

0 commit comments

Comments
 (0)