Skip to content

Commit bc87899

Browse files
committed
rm registerUserQueue from UnitTests
* This queue was removed in this last commit of this PR and needs to be removed so the test can run without errors.
1 parent 64e2231 commit bc87899

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

iOS_SDK/OneSignalSDK/UnitTests/UnitTestCommonMethods.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ NSString * serverUrlWithPath(NSString *path);
6262

6363
// Expose OneSignal test methods
6464
@interface OneSignal (UN_extra)
65-
+ (dispatch_queue_t) getRegisterQueue;
6665
+ (void)setDelayIntervals:(NSTimeInterval)apnsMaxWait withRegistrationDelay:(NSTimeInterval)registrationDelay;
6766
@end
6867

iOS_SDK/OneSignalSDK/UnitTests/UnitTestCommonMethods.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ + (void)runBackgroundThreads {
8888
if (notifSettingsQueue)
8989
dispatch_sync(notifSettingsQueue, ^{});
9090

91-
registerUserQueue = [OneSignal getRegisterQueue];
92-
if (registerUserQueue)
93-
dispatch_sync(registerUserQueue, ^{});
94-
9591
[OneSignalClientOverrider runBackgroundThreads];
9692

9793
[UNUserNotificationCenterOverrider runBackgroundThreads];

0 commit comments

Comments
 (0)