Skip to content

Commit f44959f

Browse files
committed
Fix test
1 parent 39346a2 commit f44959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Tests/Unit/FIRRemoteConfigComponentTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ - (void)testThrowsWithNilProjectID {
184184
FIROptions *options = [self fakeOptions];
185185
#pragma clang diagnostic push
186186
#pragma clang diagnostic ignored "-Wnonnull"
187-
options.GCMSenderID = nil;
187+
options.projectID = nil;
188188
#pragma clang diagnostic pop
189189

190190
// Create the provider to vend Remote Config instances.

0 commit comments

Comments
 (0)