Skip to content

Commit 4158014

Browse files
authored
Build fix (#5777)
1 parent 912dc1a commit 4158014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseABTesting/Tests/Unit/FIRExperimentControllerTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ - (void)testActivateExperiment {
535535

536536
NSArray *experiments = [_mockCUPController experimentsWithOrigin:gABTTestOrigin];
537537

538-
FIRAConditionalUserProperty *userPropertyForExperiment = [experiments firstObject];
538+
NSDictionary *userPropertyForExperiment = [experiments firstObject];
539539

540540
// Verify that the triggerEventName is cleared, making this experiment active.
541541
XCTAssertNil([userPropertyForExperiment valueForKeyPath:@"triggerEventName"]);

0 commit comments

Comments
 (0)