aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/Tests')
-rw-r--r--Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m2
-rw-r--r--Example/Core/Tests/FIRAppTest.m4
-rw-r--r--Example/Core/Tests/FIRBundleUtilTest.m2
-rw-r--r--Example/Core/Tests/FIRLoggerTest.m2
-rw-r--r--Example/Core/Tests/FIROptionsTest.m6
5 files changed, 8 insertions, 8 deletions
diff --git a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
index 9649c99..dd6a91a 100644
--- a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
+++ b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
@@ -14,7 +14,7 @@
#import <XCTest/XCTest.h>
-#import "FIRAppAssociationRegistration.h"
+#import "FirebaseCommunity/FIRAppAssociationRegistration.h"
/** @var kKey
@brief A unique string key.
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";
diff --git a/Example/Core/Tests/FIRBundleUtilTest.m b/Example/Core/Tests/FIRBundleUtilTest.m
index 6a3e20a..22863a4 100644
--- a/Example/Core/Tests/FIRBundleUtilTest.m
+++ b/Example/Core/Tests/FIRBundleUtilTest.m
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#import "FIRBundleUtil.h"
+#import "FirebaseCommunity/FIRBundleUtil.h"
#import "FIRTestCase.h"
diff --git a/Example/Core/Tests/FIRLoggerTest.m b/Example/Core/Tests/FIRLoggerTest.m
index d13e207..c4d252a 100644
--- a/Example/Core/Tests/FIRLoggerTest.m
+++ b/Example/Core/Tests/FIRLoggerTest.m
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#import "FIRLogger.h"
+#import "FirebaseCommunity/FIRLogger.h"
#import "FIRTestCase.h"
#import <asl.h>
diff --git a/Example/Core/Tests/FIROptionsTest.m b/Example/Core/Tests/FIROptionsTest.m
index 62b6294..ec3bc27 100644
--- a/Example/Core/Tests/FIROptionsTest.m
+++ b/Example/Core/Tests/FIROptionsTest.m
@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#import "FIRAppInternal.h"
-#import "FIRBundleUtil.h"
-#import "FIROptionsInternal.h"
+#import "FirebaseCommunity/FIRAppInternal.h"
+#import "FirebaseCommunity/FIRBundleUtil.h"
+#import "FirebaseCommunity/FIROptionsInternal.h"
#import "FIRTestCase.h"