File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sample/ios/ReactNativeAzureNotificationHubSampleTests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ - (void)testFormatLocalNotification
23
23
NSArray *objects = [NSArray arrayWithObjects: @" userInfoObject" , nil ];
24
24
NSDictionary *info = [[NSDictionary alloc ] initWithObjects: objects forKeys: keys];
25
25
notification.userInfo = info;
26
- notification.fireDate = [NSDate dateWithTimeIntervalSince1970: 1000 ];
27
26
notification.alertAction = @" alertAction" ;
28
27
notification.alertBody = @" alertBody" ;
29
28
notification.applicationIconBadgeNumber = 1 ;
30
29
notification.category = @" category" ;
31
30
notification.soundName = @" soundName" ;
32
31
NSDictionary *expectedNotification = @{
33
32
@" userInfo" : @{ @" userInfoKey" : @" userInfoObject" },
34
- @" fireDate" : @" 1969-12-31T19:16:40.000-05:00" ,
35
33
@" alertAction" : @" alertAction" ,
36
34
@" alertBody" : @" alertBody" ,
37
35
@" applicationIconBadgeNumber" : [NSNumber numberWithInt: 1 ],
You can’t perform that action at this time.
0 commit comments