@@ -424,7 +424,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
424
424
wait ( for: [ expectation1] , timeout: 20.0 )
425
425
}
426
426
427
- func testSaveCurrentInstallation ( ) throws {
427
+ func saveCurrentInstallation ( ) throws {
428
428
guard var installation = Installation . current else {
429
429
XCTFail ( " Should unwrap " )
430
430
return
@@ -468,7 +468,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
468
468
var subscriptions = Set < AnyCancellable > ( )
469
469
let expectation1 = XCTestExpectation ( description: " Migrate Installation " )
470
470
471
- try testSaveCurrentInstallation ( )
471
+ try saveCurrentInstallation ( )
472
472
MockURLProtocol . removeAll ( )
473
473
474
474
guard let installation = Installation . current,
@@ -554,7 +554,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
554
554
var subscriptions = Set < AnyCancellable > ( )
555
555
let expectation1 = XCTestExpectation ( description: " Migrate Installation " )
556
556
557
- try testSaveCurrentInstallation ( )
557
+ try saveCurrentInstallation ( )
558
558
MockURLProtocol . removeAll ( )
559
559
560
560
guard let installation = Installation . current,
@@ -640,7 +640,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
640
640
var subscriptions = Set < AnyCancellable > ( )
641
641
let expectation1 = XCTestExpectation ( description: " Migrate Installation " )
642
642
643
- try testSaveCurrentInstallation ( )
643
+ try saveCurrentInstallation ( )
644
644
MockURLProtocol . removeAll ( )
645
645
646
646
guard let installation = Installation . current,
@@ -701,7 +701,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
701
701
var subscriptions = Set < AnyCancellable > ( )
702
702
let expectation1 = XCTestExpectation ( description: " Migrate Installation " )
703
703
704
- try testSaveCurrentInstallation ( )
704
+ try saveCurrentInstallation ( )
705
705
MockURLProtocol . removeAll ( )
706
706
707
707
setupObjcKeychainSDK ( installationId: objcInstallationId)
@@ -741,7 +741,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
741
741
var subscriptions = Set < AnyCancellable > ( )
742
742
let expectation1 = XCTestExpectation ( description: " Migrate Installation " )
743
743
744
- try testSaveCurrentInstallation ( )
744
+ try saveCurrentInstallation ( )
745
745
MockURLProtocol . removeAll ( )
746
746
747
747
guard let installation = Installation . current,
@@ -801,7 +801,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
801
801
var subscriptions = Set < AnyCancellable > ( )
802
802
let expectation1 = XCTestExpectation ( description: " Delete ObjC Installation " )
803
803
804
- try testSaveCurrentInstallation ( )
804
+ try saveCurrentInstallation ( )
805
805
MockURLProtocol . removeAll ( )
806
806
807
807
guard let installation = Installation . current,
@@ -864,7 +864,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
864
864
var subscriptions = Set < AnyCancellable > ( )
865
865
let expectation1 = XCTestExpectation ( description: " Delete ObjC Installation " )
866
866
867
- try testSaveCurrentInstallation ( )
867
+ try saveCurrentInstallation ( )
868
868
MockURLProtocol . removeAll ( )
869
869
870
870
guard let installation = Installation . current,
@@ -907,7 +907,7 @@ class MigrateObjCSDKCombineTests: XCTestCase {
907
907
var subscriptions = Set < AnyCancellable > ( )
908
908
let expectation1 = XCTestExpectation ( description: " Delete ObjC Installation " )
909
909
910
- try testSaveCurrentInstallation ( )
910
+ try saveCurrentInstallation ( )
911
911
MockURLProtocol . removeAll ( )
912
912
913
913
guard let installation = Installation . current,
0 commit comments