Skip to content

Commit 8184794

Browse files
committed
Fix formatting
1 parent 7a80bee commit 8184794

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseVertexAI/Tests/Unit/GenerativeModelTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,8 @@ final class GenerativeModelTests: XCTestCase {
842842
} catch let GenerateContentError.internalError(error as RPCError) {
843843
XCTAssertEqual(error.httpResponseCode, expectedStatusCode)
844844
XCTAssertEqual(error.status, .permissionDenied)
845-
XCTAssertTrue(error.message.starts(with: "Vertex AI in Firebase API has not been used in project"))
845+
XCTAssertTrue(error.message
846+
.starts(with: "Vertex AI in Firebase API has not been used in project"))
846847
XCTAssertTrue(error.isVertexAIInFirebaseServiceDisabledError())
847848
return
848849
}

0 commit comments

Comments
 (0)