aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests/FIRAppTest.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-07-10 14:57:03 -0700
committerGravatar GitHub <noreply@github.com>2017-07-10 14:57:03 -0700
commit053b2f11ea1acac53b3df4a5190b487e4114b309 (patch)
tree4ae6e0cbf4755e45d3bec568d7ceb71a3eabafef /Example/Core/Tests/FIRAppTest.m
parentbf5ef4be6d5d5ae51e1b78d22e20f889f82ce370 (diff)
Use modulemap to fix exposure of FirebaseCore's internal headers (#121)
Diffstat (limited to 'Example/Core/Tests/FIRAppTest.m')
-rw-r--r--Example/Core/Tests/FIRAppTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Example/Core/Tests/FIRAppTest.m b/Example/Core/Tests/FIRAppTest.m
index da97c6c..05bec06 100644
--- a/Example/Core/Tests/FIRAppTest.m
+++ b/Example/Core/Tests/FIRAppTest.m
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#import "FIRAppInternal.h"
-#import "FIROptionsInternal.h"
+#import "FirebaseCommunity/FIRAppInternal.h"
+#import "FirebaseCommunity/FIROptionsInternal.h"
#import "FIRTestCase.h"
NSString *const kFIRTestAppName1 = @"test_app_name_1";