aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2018-04-20 14:48:59 -0700
committerGravatar GitHub <noreply@github.com>2018-04-20 14:48:59 -0700
commit7dca635039efb00082624552c223ac7f47ea0cad (patch)
tree4a031dcb31dcfd04c1b43f83e956a440d875fbb0 /Firestore/Example/Tests/Integration
parent11b6c014fb8799b8eff1acf795e7d4c366ea029e (diff)
Move array transforms to internal header pending backend support. (#1139)
Diffstat (limited to 'Firestore/Example/Tests/Integration')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRArrayTransformTests.mm2
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRValidationTests.mm2
2 files changed, 4 insertions, 0 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRArrayTransformTests.mm b/Firestore/Example/Tests/Integration/API/FIRArrayTransformTests.mm
index 5f0cf92..1c82461 100644
--- a/Firestore/Example/Tests/Integration/API/FIRArrayTransformTests.mm
+++ b/Firestore/Example/Tests/Integration/API/FIRArrayTransformTests.mm
@@ -18,6 +18,8 @@
#import <XCTest/XCTest.h>
+#import "Firestore/Source/API/FIRFieldValue+Internal.h"
+
#import "Firestore/Example/Tests/Util/FSTEventAccumulator.h"
#import "Firestore/Example/Tests/Util/FSTIntegrationTestCase.h"
diff --git a/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm b/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
index 2361fd0..ee0f386 100644
--- a/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
+++ b/Firestore/Example/Tests/Integration/API/FIRValidationTests.mm
@@ -18,6 +18,8 @@
#import <XCTest/XCTest.h>
+#import "Firestore/Source/API/FIRFieldValue+Internal.h"
+
#import "Firestore/Example/Tests/Util/FSTHelpers.h"
#import "Firestore/Example/Tests/Util/FSTIntegrationTestCase.h"