Skip to content

Commit 1624478

Browse files
committed
Unit test fix
1 parent 0be08ab commit 1624478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/Unit/GenerativeModelTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ struct AppCheckErrorFake: Error {}
16911691

16921692
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
16931693
extension SafetyRating: Swift.Comparable {
1694-
static func < (lhs: SafetyRating, rhs: SafetyRating) -> Bool {
1694+
public static func < (lhs: SafetyRating, rhs: SafetyRating) -> Bool {
16951695
return lhs.category.rawValue < rhs.category.rawValue
16961696
}
16971697
}

0 commit comments

Comments
 (0)