File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
urbanairship-19/Tests/mParticle-UrbanAirshipTests
urbanairship-20/Tests/mParticle-UrbanAirshipTests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ final class MPKitUrbanAirshipTests: XCTestCase {
1313
1414 func testEventTagsMappingUsesCorrectKey( ) {
1515 let kit = MPKitUrbanAirship ( )
16- kit. setConfiguration ( makeConfiguration (
16+ kit. configuration = makeConfiguration (
1717 eventTagsMapType: " EventClass.Id " ,
1818 eventAttributeTagsMapType: " EventAttributeClass.Id "
19- ) )
19+ )
2020
2121 let mappings = kit. value ( forKey: " eventTagsMapping " ) as? [ NSObject ]
2222 let firstMapType = mappings? . first? . value ( forKey: " mapType " ) as? String
@@ -27,10 +27,10 @@ final class MPKitUrbanAirshipTests: XCTestCase {
2727
2828 func testEventAttributeTagsMappingUsesCorrectKey( ) {
2929 let kit = MPKitUrbanAirship ( )
30- kit. setConfiguration ( makeConfiguration (
30+ kit. configuration = makeConfiguration (
3131 eventTagsMapType: " EventClass.Id " ,
3232 eventAttributeTagsMapType: " EventAttributeClass.Id "
33- ) )
33+ )
3434
3535 let mappings = kit. value ( forKey: " eventAttributeTagsMapping " ) as? [ NSObject ]
3636 let firstMapType = mappings? . first? . value ( forKey: " mapType " ) as? String
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ final class MPKitUrbanAirshipTests: XCTestCase {
1313
1414 func testEventTagsMappingUsesCorrectKey( ) {
1515 let kit = MPKitUrbanAirship ( )
16- kit. setConfiguration ( makeConfiguration (
16+ kit. configuration = makeConfiguration (
1717 eventTagsMapType: " EventClass.Id " ,
1818 eventAttributeTagsMapType: " EventAttributeClass.Id "
19- ) )
19+ )
2020
2121 let mappings = kit. value ( forKey: " eventTagsMapping " ) as? [ NSObject ]
2222 let firstMapType = mappings? . first? . value ( forKey: " mapType " ) as? String
@@ -27,10 +27,10 @@ final class MPKitUrbanAirshipTests: XCTestCase {
2727
2828 func testEventAttributeTagsMappingUsesCorrectKey( ) {
2929 let kit = MPKitUrbanAirship ( )
30- kit. setConfiguration ( makeConfiguration (
30+ kit. configuration = makeConfiguration (
3131 eventTagsMapType: " EventClass.Id " ,
3232 eventAttributeTagsMapType: " EventAttributeClass.Id "
33- ) )
33+ )
3434
3535 let mappings = kit. value ( forKey: " eventAttributeTagsMapping " ) as? [ NSObject ]
3636 let firstMapType = mappings? . first? . value ( forKey: " mapType " ) as? String
You can’t perform that action at this time.
0 commit comments