Skip to content

Commit b61e609

Browse files
removes IterableConfigTests
1 parent adc31cb commit b61e609

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

swift-sdk/IterableConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ public class IterableConfig: NSObject {
126126
public var useInMemoryStorageForInApps = false
127127

128128
/// Sets data region which determines data center and endpoints used by the SDK
129-
public var dataRegion: IterableDataRegion = IterableDataRegion.US
129+
public var dataRegion: String = IterableDataRegion.US
130130
}

tests/unit-tests/IterableConfigTests.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)