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 912dc1a commit 4158014Copy full SHA for 4158014
FirebaseABTesting/Tests/Unit/FIRExperimentControllerTest.m
@@ -535,7 +535,7 @@ - (void)testActivateExperiment {
535
536
NSArray *experiments = [_mockCUPController experimentsWithOrigin:gABTTestOrigin];
537
538
- FIRAConditionalUserProperty *userPropertyForExperiment = [experiments firstObject];
+ NSDictionary *userPropertyForExperiment = [experiments firstObject];
539
540
// Verify that the triggerEventName is cleared, making this experiment active.
541
XCTAssertNil([userPropertyForExperiment valueForKeyPath:@"triggerEventName"]);
0 commit comments