aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
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;