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 13affce commit 4e9c6ddCopy full SHA for 4e9c6dd
FirebaseAuth/Tests/Unit/AuthBackendRPCImplementationTests.swift
@@ -534,6 +534,11 @@ class AuthBackendRPCImplementationTests: RPCBaseTests {
534
535
#if COCOAPODS || SWIFT_PACKAGE
536
private class FakeHeartbeatLogger: NSObject, FIRHeartbeatLoggerProtocol {
537
+ func headerValue() -> String? {
538
+ // `asyncHeaderValue` should be used instead.
539
+ fatalError("FakeHeartbeatLogger headerValue should not be used in tests.")
540
+ }
541
+
542
func asyncHeaderValue() async -> String? {
543
let payload = flushHeartbeatsIntoPayload()
544
guard !payload.isEmpty else {
0 commit comments