Skip to content

Commit 80c6652

Browse files
committed
Fix build warning in Firebase Messaging tests for expanded heartbeat testing protocol
1 parent ffa77a4 commit 80c6652

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FirebaseMessaging/Tests/UnitTests/FIRMessagingTokenOperationsTest.m

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ - (void)log {
9898
[self doesNotRecognizeSelector:_cmd];
9999
}
100100

101+
- (NSString * _Nullable)headerValue {
102+
return @"unimplemented";
103+
}
104+
101105
@end
102106

103107
#pragma mark - FIRMessagingTokenOperationsTest

0 commit comments

Comments
 (0)