File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,10 @@ class AuthTests: XCTestCase {
643
643
completion ( AuthTests . authToken)
644
644
}
645
645
}
646
+
647
+ func onTokenRegistrationFailed( ) {
648
+
649
+ }
646
650
}
647
651
648
652
let authDelegate = AsyncAuthDelegate ( )
@@ -671,6 +675,10 @@ class AuthTests: XCTestCase {
671
675
func onAuthTokenRequested( completion: @escaping AuthTokenRetrievalHandler ) {
672
676
completion ( AuthTests . authToken)
673
677
}
678
+
679
+ func onTokenRegistrationFailed( ) {
680
+
681
+ }
674
682
}
675
683
676
684
let authDelegate = AuthDelegate ( )
@@ -718,6 +726,10 @@ class AuthTests: XCTestCase {
718
726
completion ( AuthTests . authToken)
719
727
}
720
728
}
729
+
730
+ func onTokenRegistrationFailed( ) {
731
+
732
+ }
721
733
}
722
734
723
735
let authDelegate = AsyncAuthDelegate ( )
@@ -852,6 +864,10 @@ class AuthTests: XCTestCase {
852
864
func onAuthTokenRequested( completion: @escaping AuthTokenRetrievalHandler ) {
853
865
completion ( authTokenGenerator ( ) )
854
866
}
867
+
868
+ func onTokenRegistrationFailed( ) {
869
+
870
+ }
855
871
}
856
872
857
873
private func createAuthDelegate( _ authTokenGenerator: @escaping ( ) -> String ? ) -> IterableAuthDelegate {
You can’t perform that action at this time.
0 commit comments