Skip to content

Commit b88646e

Browse files
Move FIRAppCheckBackoffWrapperFake to a separate folder (#8805)
* Move FIRAppCheckBackoffWrapperFake to a separate folder * Add AppCheckBackoffWrapperFake to App Check podspec
1 parent 956059d commit b88646e

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

FirebaseAppCheck.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Pod::Spec.new do |s|
6161
base_dir + 'Tests/Unit/**/*.[mh]',
6262
base_dir + 'Tests/Utils/**/*.[mh]',
6363
'SharedTestUtilities/AppCheckFake/*',
64+
'SharedTestUtilities/AppCheckBackoffWrapperFake/*',
6465
'SharedTestUtilities/Date/*',
6566
'SharedTestUtilities/URLSession/*',
6667
]

FirebaseAppCheck/Tests/Unit/AppAttestProvider/FIRAppAttestProviderTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"
3737

38-
#import "SharedTestUtilities/AppCheckFake/FIRAppCheckBackoffWrapperFake.h"
38+
#import "SharedTestUtilities/AppCheckBackoffWrapperFake/FIRAppCheckBackoffWrapperFake.h"
3939

4040
#if FIR_APP_ATTEST_SUPPORTED_TARGETS
4141

FirebaseAppCheck/Tests/Unit/DeviceCheckProvider/FIRDeviceCheckProviderTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"
2828

29-
#import "SharedTestUtilities/AppCheckFake/FIRAppCheckBackoffWrapperFake.h"
29+
#import "SharedTestUtilities/AppCheckBackoffWrapperFake/FIRAppCheckBackoffWrapperFake.h"
3030

3131
API_AVAILABLE(ios(11.0), macos(10.15), tvos(11.0))
3232
API_UNAVAILABLE(watchos)

SharedTestUtilities/AppCheckFake/FIRAppCheckBackoffWrapperFake.m renamed to SharedTestUtilities/AppCheckBackoffWrapperFake/FIRAppCheckBackoffWrapperFake.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import "SharedTestUtilities/AppCheckFake/FIRAppCheckBackoffWrapperFake.h"
17+
#import "SharedTestUtilities/AppCheckBackoffWrapperFake/FIRAppCheckBackoffWrapperFake.h"
1818

1919
#if __has_include(<FBLPromises/FBLPromises.h>)
2020
#import <FBLPromises/FBLPromises.h>

0 commit comments

Comments
 (0)