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
112
112
+ (void )logOpenNotification : (NSDictionary *)notification
113
113
toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;
114
114
+ (void )logForegroundNotification : (NSDictionary *)notification
115
- toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ; ;
115
+ toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;
116
116
+ (void )logEvent : (NSString *)event
117
117
withNotification : (NSDictionary *)notification
118
118
toAnalytics : (id <FIRAnalyticsInterop> _Nullable)analytics ;;
@@ -398,7 +398,7 @@ - (void)testLogMessage {
398
398
@" google.c.a.e" : @" 1" ,
399
399
};
400
400
[FIRMessagingAnalytics logMessage: notification toAnalytics: nil ];
401
- OCMVerify ([self .logClassMock logForegroundNotification : notification toAnalytics: nil ]);
401
+ OCMVerify ([self .logClassMock logEvent: OCMOCK_ANY withNotification : notification toAnalytics: nil ]);
402
402
}
403
403
404
404
- (void )testLogOpenNotification {
You can’t perform that action at this time.
0 commit comments