Skip to content

Commit e81ea8e

Browse files
authored
[Vertex AI] Silence SafetyRating: Comparable warning in tests (#13635)
1 parent 9e53732 commit e81ea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/Unit/GenerativeModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ class AppCheckInteropFake: NSObject, AppCheckInterop {
13751375
struct AppCheckErrorFake: Error {}
13761376

13771377
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
1378-
extension SafetyRating: Comparable {
1378+
extension SafetyRating: Swift.Comparable {
13791379
public static func < (lhs: FirebaseVertexAI.SafetyRating,
13801380
rhs: FirebaseVertexAI.SafetyRating) -> Bool {
13811381
return lhs.category.rawValue < rhs.category.rawValue

0 commit comments

Comments
 (0)