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 2aaf991 commit 3b8ad0cCopy full SHA for 3b8ad0c
Tests/OptimizelyTests-Common/DecisionServiceTests_Experiments.swift
@@ -575,7 +575,6 @@ extension DecisionServiceTests_Experiments {
575
result = self.decisionService.doesMeetAudienceConditions(config: config,
576
experiment: experiment,
577
user: OTUtils.user(userId: kUserId, attributes: kAttributesAgeMatch)).result
578
- XCTAssert(MockLogger.logFound)
579
XCTAssertFalse(result)
580
}
581
@@ -653,7 +652,7 @@ extension DecisionServiceTests_Experiments {
653
652
654
655
656
-
+ XCTAssert(MockLogger.logFound)
657
658
659
0 commit comments