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 71210ea commit 1f410aeCopy full SHA for 1f410ae
FirebaseAI/Tests/Unit/GenerativeModelVertexAITests.swift
@@ -539,7 +539,7 @@ final class GenerativeModelVertexAITests: XCTestCase {
539
XCTAssertEqual(errorURLMetadata.retrievalStatus, .error)
540
}
541
542
- func testGenerateContent_success_urlContext_missingRetrievedURL() async throws {
+ func testGenerateContent_success_urlContext_nonexistentRetrievedURL() async throws {
543
MockURLProtocol.requestHandler = try GenerativeModelTestUtil.httpRequestHandler(
544
forResource: "unary-success-url-context-missing-retrievedurl",
545
withExtension: "json",
0 commit comments