Skip to content

Commit 3b8ad0c

Browse files
Update test case
1 parent 2aaf991 commit 3b8ad0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/OptimizelyTests-Common/DecisionServiceTests_Experiments.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ extension DecisionServiceTests_Experiments {
575575
result = self.decisionService.doesMeetAudienceConditions(config: config,
576576
experiment: experiment,
577577
user: OTUtils.user(userId: kUserId, attributes: kAttributesAgeMatch)).result
578-
XCTAssert(MockLogger.logFound)
579578
XCTAssertFalse(result)
580579
}
581580

@@ -653,7 +652,7 @@ extension DecisionServiceTests_Experiments {
653652
result = self.decisionService.doesMeetAudienceConditions(config: config,
654653
experiment: experiment,
655654
user: OTUtils.user(userId: kUserId, attributes: kAttributesAgeMatch)).result
656-
655+
XCTAssert(MockLogger.logFound)
657656
XCTAssertFalse(result)
658657
}
659658

0 commit comments

Comments
 (0)