We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39346a2 commit f44959fCopy full SHA for f44959f
FirebaseRemoteConfig/Tests/Unit/FIRRemoteConfigComponentTest.m
@@ -184,7 +184,7 @@ - (void)testThrowsWithNilProjectID {
184
FIROptions *options = [self fakeOptions];
185
#pragma clang diagnostic push
186
#pragma clang diagnostic ignored "-Wnonnull"
187
- options.GCMSenderID = nil;
+ options.projectID = nil;
188
#pragma clang diagnostic pop
189
190
// Create the provider to vend Remote Config instances.
0 commit comments