Skip to content

Commit ac85706

Browse files
committed
Fix integration test
1 parent 6680858 commit ac85706

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
@@ -261,7 +261,7 @@ final class IntegrationTests: XCTestCase {
261261
generationConfig: generationConfig
262262
)
263263

264-
XCTAssertNil(response.raiFilteredReason)
264+
XCTAssertNil(response.filteredReason)
265265
XCTAssertEqual(response.images.count, 1)
266266
let image = try XCTUnwrap(response.images.first)
267267
XCTAssertEqual(image.mimeType, "image/jpeg")

0 commit comments

Comments
 (0)