aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-14 11:56:13 -0500
committerGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 12:16:57 -0400
commit5bf3a6abdb86e4fd500ac0643e560dd8d8903183 (patch)
treea7096a15487421d4e66ec7c0ef440a6794d1134a /Example
parent75d51e6f51c0fe3521e58a0188d1674437fa7f2c (diff)
Fixed Core test's missing constant. (#795)
Diffstat (limited to 'Example')
-rw-r--r--Example/Core/Tests/FIRTestCase.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Example/Core/Tests/FIRTestCase.m b/Example/Core/Tests/FIRTestCase.m
index b52886b..631075f 100644
--- a/Example/Core/Tests/FIRTestCase.m
+++ b/Example/Core/Tests/FIRTestCase.m
@@ -14,6 +14,7 @@
#import "FIRTestCase.h"
+NSString *const kAndroidClientID = @"correct_android_client_id";
NSString *const kAPIKey = @"correct_api_key";
NSString *const kCustomizedAPIKey = @"customized_api_key";
NSString *const kClientID = @"correct_client_id";