Skip to content

Commit 1f410ae

Browse files
committed
improve function name
1 parent 71210ea commit 1f410ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/Unit/GenerativeModelVertexAITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ final class GenerativeModelVertexAITests: XCTestCase {
539539
XCTAssertEqual(errorURLMetadata.retrievalStatus, .error)
540540
}
541541

542-
func testGenerateContent_success_urlContext_missingRetrievedURL() async throws {
542+
func testGenerateContent_success_urlContext_nonexistentRetrievedURL() async throws {
543543
MockURLProtocol.requestHandler = try GenerativeModelTestUtil.httpRequestHandler(
544544
forResource: "unary-success-url-context-missing-retrievedurl",
545545
withExtension: "json",

0 commit comments

Comments
 (0)