aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/EarlGreyTests
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-12-04 08:52:11 -0800
committerGravatar GitHub <noreply@github.com>2017-12-04 08:52:11 -0800
commited3e4982f9f0194851509603e5e649e5152ba897 (patch)
tree54ebe2c13463ed0c45d3fc55f654ee6c41cf8589 /Example/Auth/EarlGreyTests
parent9c08142051f522c6214337470b870919c30a6192 (diff)
Standardize cross module imports with angle bracket syntax (#526)
Qualify all cross-pod imports of FirebaseCore headers
Diffstat (limited to 'Example/Auth/EarlGreyTests')
-rw-r--r--Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m b/Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m
index 7f07e2a..c5b1cc6 100644
--- a/Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m
+++ b/Example/Auth/EarlGreyTests/FirebaseAuthEarlGreyTests.m
@@ -18,7 +18,7 @@
#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
-#import "FIRApp.h"
+#import <FirebaseCore/FIRApp.h>
#import "FirebaseAuth.h"
#ifdef NO_NETWORK