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 0d40135 commit 16dd4eeCopy full SHA for 16dd4ee
FirebaseSessions/Tests/Unit/Error+EquatableTests.swift
@@ -23,7 +23,7 @@ import XCTest
23
/// This class exists for unit testing purposes only. The SDK should use switch internally
24
/// when handling errors, because equating errors is prone to issues (eg. we're just comparing
25
/// the types, but not the values).
26
-extension FirebaseSessionsError: Equatable {
+extension FirebaseSessionsError: Swift.Equatable {
27
public static func == (lhs: FirebaseSessions.FirebaseSessionsError,
28
rhs: FirebaseSessions.FirebaseSessionsError) -> Bool {
29
return String(reflecting: lhs) == String(reflecting: rhs)
0 commit comments