Skip to content

Commit 7251691

Browse files
committed
nit: spacing
1 parent 898cde1 commit 7251691

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

iOS_SDK/OneSignalSDK/OneSignalInAppMessagesTests/IAMIntegrationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class IAMIntegrationTests: XCTestCase {
5555
/* Setup */
5656
OneSignalCoreImpl.setSharedClient(MockOneSignalClient())
5757
// App ID is set because there are guards against nil App ID
58-
OneSignalIdentifiers.currentAppId = "test-app-id"
58+
OneSignalIdentifiers.currentAppId = "test-app-id"
5959

6060
// 1. Pause IAMs
6161
OneSignalInAppMessages.__paused(true)
@@ -82,7 +82,7 @@ final class IAMIntegrationTests: XCTestCase {
8282
OneSignalCoreImpl.setSharedClient(client)
8383

8484
// 1. App ID is set because there are guards against nil App ID
85-
OneSignalIdentifiers.currentAppId = "test-app-id"
85+
OneSignalIdentifiers.currentAppId = "test-app-id"
8686

8787
// 2. Set up mock responses for the anonymous user, as the user needs an OSID
8888
MockUserRequests.setDefaultCreateAnonUserResponses(with: client)

iOS_SDK/OneSignalSDK/OneSignalLiveActivitiesTests/OSLiveActivitiesExecutorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class OSLiveActivitiesExecutorTests: XCTestCase {
4242
OneSignalCoreMocks.clearUserDefaults()
4343
OneSignalUserMocks.reset()
4444
// App ID is set because User Manager has guards against nil App ID
45-
OneSignalIdentifiers.currentAppId = "test-app-id"
45+
OneSignalIdentifiers.currentAppId = "test-app-id"
4646
// Temp. logging to help debug during testing
4747
OneSignalLog.setLogLevel(.LL_VERBOSE)
4848
}

iOS_SDK/OneSignalSDK/OneSignalOSCore/Source/OneSignalConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import Foundation
2929
import OneSignalCore
3030

31-
/// SDK-level configuration / readiness predicates. Replaces
31+
/// SDK-level configuration / readiness predicates
3232
@objc(OneSignalConfig)
3333
public final class OneSignalConfig: NSObject {
3434

iOS_SDK/OneSignalSDK/OneSignalUserTests/CustomEventsIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class CustomEventsIntegrationTests: XCTestCase {
3838
override func setUpWithError() throws {
3939
OneSignalCoreMocks.clearUserDefaults()
4040
OneSignalUserMocks.reset()
41-
OneSignalIdentifiers.currentAppId = "test-app-id"
41+
OneSignalIdentifiers.currentAppId = "test-app-id"
4242
OneSignalLog.setLogLevel(.LL_VERBOSE)
4343
}
4444

iOS_SDK/OneSignalSDK/OneSignalUserTests/Executors/OSCustomEventsExecutorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final class OSCustomEventsExecutorTests: XCTestCase {
6262
override func setUpWithError() throws {
6363
OneSignalCoreMocks.clearUserDefaults()
6464
OneSignalUserMocks.reset()
65-
OneSignalIdentifiers.currentAppId = "test-app-id"
65+
OneSignalIdentifiers.currentAppId = "test-app-id"
6666
OneSignalLog.setLogLevel(.LL_VERBOSE)
6767
}
6868

iOS_SDK/OneSignalSDK/OneSignalUserTests/Executors/UserExecutorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class UserExecutorTests: XCTestCase {
5858
OneSignalCoreMocks.clearUserDefaults()
5959
OneSignalUserMocks.reset()
6060
// App ID is set because requests have guards against null App ID
61-
OneSignalIdentifiers.currentAppId = "test-app-id"
61+
OneSignalIdentifiers.currentAppId = "test-app-id"
6262
// Temp. logging to help debug during testing
6363
OneSignalLog.setLogLevel(.LL_VERBOSE)
6464
}

iOS_SDK/OneSignalSDK/OneSignalUserTests/OneSignalUserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class OneSignalUserTests: XCTestCase {
4141
OneSignalCoreMocks.clearUserDefaults()
4242
OneSignalUserMocks.reset()
4343
// App ID is set because User Manager has guards against nil App ID
44-
OneSignalIdentifiers.currentAppId = "test-app-id"
44+
OneSignalIdentifiers.currentAppId = "test-app-id"
4545
// Temp. logging to help debug during testing
4646
OneSignalLog.setLogLevel(.LL_VERBOSE)
4747
}

iOS_SDK/OneSignalSDK/OneSignalUserTests/SwitchUserIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class SwitchUserIntegrationTests: XCTestCase {
1313
OneSignalCoreMocks.clearUserDefaults()
1414
OneSignalUserMocks.reset()
1515
// App ID is set because User Manager has guards against nil App ID
16-
OneSignalIdentifiers.currentAppId = "test-app-id"
16+
OneSignalIdentifiers.currentAppId = "test-app-id"
1717
// Temp. logging to help debug during testing
1818
OneSignalLog.setLogLevel(.LL_VERBOSE)
1919
}

iOS_SDK/OneSignalSDK/OneSignalUserTests/UserConcurrencyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class UserConcurrencyTests: XCTestCase {
4141
OneSignalCoreMocks.clearUserDefaults()
4242
OneSignalUserMocks.reset()
4343
// App ID is set because User Manager has guards against nil App ID
44-
OneSignalIdentifiers.currentAppId = "test-app-id"
44+
OneSignalIdentifiers.currentAppId = "test-app-id"
4545
// Temp. logging to help debug during testing
4646
OneSignalLog.setLogLevel(.LL_VERBOSE)
4747
}

0 commit comments

Comments
 (0)