aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/API/FIRQuerySnapshotTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/API/FIRQuerySnapshotTests.m')
-rw-r--r--Firestore/Example/Tests/API/FIRQuerySnapshotTests.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firestore/Example/Tests/API/FIRQuerySnapshotTests.m b/Firestore/Example/Tests/API/FIRQuerySnapshotTests.m
index 4637c49..067425a 100644
--- a/Firestore/Example/Tests/API/FIRQuerySnapshotTests.m
+++ b/Firestore/Example/Tests/API/FIRQuerySnapshotTests.m
@@ -14,9 +14,10 @@
* limitations under the License.
*/
+#import <FirebaseFirestore/FIRQuerySnapshot.h>
+
#import <XCTest/XCTest.h>
-#import "FirebaseFirestore/FIRQuerySnapshot.h"
#import "Firestore/Source/Model/FSTPath.h"
#import "Firestore/Example/Tests/API/FSTAPIHelpers.h"