Skip to content

Commit 962468b

Browse files
committed
Fix integration test
1 parent abdb9c4 commit 962468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class IntegrationTests: XCTestCase {
6565
modelName: "imagen-3.0-fast-generate-001",
6666
safetySettings: ImagenSafetySettings(
6767
safetyFilterLevel: .blockLowAndAbove,
68-
personGeneration: .blockAll
68+
personFilterLevel: .blockAll
6969
)
7070
)
7171

0 commit comments

Comments
 (0)