From 5bf3a6abdb86e4fd500ac0643e560dd8d8903183 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Wed, 14 Feb 2018 11:56:13 -0500 Subject: Fixed Core test's missing constant. (#795) --- Example/Core/Tests/FIRTestCase.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Example') 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"; -- cgit v1.2.3