File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
FirebaseMessaging/Tests/UnitTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ - (void)testNoConversionTracking {
430
430
- (void )testLogMessage {
431
431
NSDictionary *notification = @{
432
432
@" google.c.a.e" : @" 1" ,
433
+ @" aps" : @{@" alert" : @" to check the reporting format" },
433
434
};
434
435
[FIRMessagingAnalytics logMessage: notification toAnalytics: nil ];
435
436
OCMVerify ([self .logClassMock logEvent: OCMOCK_ANY withNotification: notification toAnalytics: nil ]);
@@ -439,6 +440,7 @@ - (void)testLogMessage {
439
440
- (void )testLogOpenNotification {
440
441
NSDictionary *notification = @{
441
442
@" google.c.a.e" : @" 1" ,
443
+ @" aps" : @{@" alert" : @" to check the reporting format" },
442
444
};
443
445
[FIRMessagingAnalytics logOpenNotification: notification toAnalytics: nil ];
444
446
You can’t perform that action at this time.
0 commit comments