File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 21
21
#import < FirebaseAuthInterop/FIRAuthInterop.h>
22
22
#import < FirebaseCore/FIRAppInternal.h>
23
23
#import < FirebaseCore/FIRComponent.h>
24
- #import < FirebaseCore/FIRComponentContainer.h>
25
24
#import < FirebaseCore/FIRComponentRegistrant.h>
26
25
27
26
#import " FIRAdditionalUserInfo.h"
@@ -2270,7 +2269,7 @@ - (void)mockSecureTokenResponseWithError:(nullable NSError *)error {
2270
2269
*/
2271
2270
- (void )enableAutoTokenRefresh {
2272
2271
XCTestExpectation *expectation = [self expectationWithDescription: @" autoTokenRefreshcallback" ];
2273
- id <FIRAuthInterop> auth = FIR_COMPONENT ( FIRAuthInterop, [FIRAuth auth ]. app . container ) ;
2272
+ id <FIRAuthInterop> auth = ( id < FIRAuthInterop>) [FIRAuth auth ];
2274
2273
[auth getTokenForcingRefresh: NO withCallback: ^(NSString *_Nullable token,
2275
2274
NSError *_Nullable error) {
2276
2275
[expectation fulfill ];
You can’t perform that action at this time.
0 commit comments