File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
FirebaseAppCheck/Tests/Unit/Core Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 25
25
#import " FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h"
26
26
#import " FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckErrors.h"
27
27
#import " FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckProvider.h"
28
+ #import " FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckProviderFactory.h"
28
29
29
30
#import " FirebaseAppCheck/Sources/Core/Errors/FIRAppCheckErrorUtil.h"
30
31
#import " FirebaseAppCheck/Sources/Core/FIRAppCheckSettings.h"
32
+ #import " FirebaseAppCheck/Sources/Core/FIRAppCheckToken+Internal.h"
31
33
#import " FirebaseAppCheck/Sources/Core/FIRAppCheckTokenResult.h"
32
34
#import " FirebaseAppCheck/Sources/Core/Storage/FIRAppCheckStorage.h"
33
35
#import " FirebaseAppCheck/Sources/Core/TokenRefresh/FIRAppCheckTokenRefreshResult.h"
34
36
#import " FirebaseAppCheck/Sources/Core/TokenRefresh/FIRAppCheckTokenRefresher.h"
35
37
36
38
#import " FirebaseCore/Extension/FirebaseCoreInternal.h"
37
39
38
- // Since DeviceCheck is the default attestation provider for AppCheck, disable
39
- // test cases that may be dependent on DeviceCheck being available.
40
- #if FIR_DEVICE_CHECK_SUPPORTED_TARGETS
41
-
42
40
// The FAC token value returned when an error occurs.
43
41
static NSString *const kDummyToken = @" eyJlcnJvciI6IlVOS05PV05fRVJST1IifQ==" ;
44
42
@@ -1070,5 +1068,3 @@ - (void)verifyAllMocks {
1070
1068
}
1071
1069
1072
1070
@end
1073
-
1074
- #endif // FIR_DEVICE_CHECK_SUPPORTED_TARGETS
You can’t perform that action at this time.
0 commit comments