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.
1 parent f0f8477 commit c014f45Copy full SHA for c014f45
FirebaseAI/Tests/Unit/Types/GenerateContentResponseTests.swift
@@ -174,8 +174,8 @@ final class GenerateContentResponseTests: XCTestCase {
174
}
175
176
func testCandidateIsEmpty_withURLContextMetadata_isFalse() throws {
177
- let urlMetadata = URLMetadata(
178
- retrievedURL: try XCTUnwrap(URL(string: "https://google.com")),
+ let urlMetadata = try URLMetadata(
+ retrievedURL: XCTUnwrap(URL(string: "https://google.com")),
179
retrievalStatus: .success
180
)
181
let urlContextMetadata = URLContextMetadata(urlMetadata: [urlMetadata])
0 commit comments