From d3ad6d0d5779bc334c50da08406dbfb8667485c8 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Tue, 13 Aug 2019 15:01:17 +0300 Subject: [PATCH] Fix rebase from master --- .../RNNotificationsTests/RNNotificationEventHandlerTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNNotifications/RNNotificationsTests/RNNotificationEventHandlerTests.m b/RNNotifications/RNNotificationsTests/RNNotificationEventHandlerTests.m index c2c3039..23f11b8 100644 --- a/RNNotifications/RNNotificationsTests/RNNotificationEventHandlerTests.m +++ b/RNNotifications/RNNotificationsTests/RNNotificationEventHandlerTests.m @@ -75,7 +75,7 @@ [[_mockedNotificationCenter expect] postNotificationName:RNNotificationOpened object:[OCMArg any] userInfo:[OCMArg checkWithBlock:^BOOL(id obj) { return ([[obj valueForKey:@"identifier"] isEqualToString:@"id"] && - [[[obj valueForKey:@"payload"] valueForKey:@"extraKey"] isEqualToString:@"extraValue"]); + [[obj valueForKey:@"extraKey"] isEqualToString:@"extraValue"]); }]]; [_uut didReceiveNotificationResponse:response completionHandler:testBlock]; [_mockedNotificationCenter verify]; -- 2.26.2