We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade11c6 commit 2260c0cCopy full SHA for 2260c0c
FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m
@@ -152,7 +152,7 @@ - (void)setUp {
152
OCMStub([_mockUserNotificationCenter currentNotificationCenter])
153
.andDo(^(NSInvocation *invocation) {
154
__autoreleasing UNUserNotificationCenter *currentNotificationCenter =
155
- _currentNotificationCenter;
+ self->_currentNotificationCenter;
156
[invocation setReturnValue:¤tNotificationCenter];
157
});
158
}
0 commit comments