From 7f8a5ef1e5c7948be716413a9a3aa37ffb263dae Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Wed, 14 Feb 2018 12:12:22 -0500 Subject: Actually fixed the tests this time. (#796) --- Example/Core/Tests/FIROptionsTest.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Example') 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; -- cgit v1.2.3