aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-14 12:12:22 -0500
committerGravatar Ryan Wilson <wilsonryan@google.com>2018-04-09 12:16:57 -0400
commit7f8a5ef1e5c7948be716413a9a3aa37ffb263dae (patch)
treea92420604183591f09a775b51e86dbe21885d25b /Example
parent5bf3a6abdb86e4fd500ac0643e560dd8d8903183 (diff)
Actually fixed the tests this time. (#796)
Diffstat (limited to 'Example')
-rw-r--r--Example/Core/Tests/FIROptionsTest.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Example/Core/Tests/FIROptionsTest.m b/Example/Core/Tests/FIROptionsTest.m
index e4813f1..20aec94 100644
--- a/Example/Core/Tests/FIROptionsTest.m
+++ b/Example/Core/Tests/FIROptionsTest.m
@@ -83,7 +83,6 @@ extern NSString *const kFIRLibraryVersionID;
- (void)testInitCustomizedOptions {
FIROptions *options =
[[FIROptions alloc] initWithGoogleAppID:kGoogleAppID GCMSenderID:kGCMSenderID];
- options.androidClientID = kAndroidClientID;
options.APIKey = kAPIKey;
options.bundleID = kBundleID;
options.clientID = kClientID;