File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ + (void)logUserPropertyForConversionTracking:(NSDictionary *)notification
112112+ (void )logOpenNotification : (NSDictionary *)notification
113113 toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;
114114+ (void )logForegroundNotification : (NSDictionary *)notification
115- toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ; ;
115+ toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;
116116+ (void )logEvent : (NSString *)event
117117withNotification : (NSDictionary *)notification
118118 toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;;
@@ -398,7 +398,7 @@ - (void)testLogMessage {
398398 @" google.c.a.e" : @" 1" ,
399399 };
400400 [FIRMessagingAnalytics logMessage: notification toAnalytics: nil ];
401- OCMVerify ([self .logClassMock logForegroundNotification : notification toAnalytics: nil ]);
401+ OCMVerify ([self .logClassMock logEvent: OCMOCK_ANY withNotification : notification toAnalytics: nil ]);
402402}
403403
404404- (void )testLogOpenNotification {
You can’t perform that action at this time.
0 commit comments