File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OptimizelySDK/OptimizelyTests/OptimizelyTests-Common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ class DecisionListenerTests: XCTestCase {
426
426
userId: " test_user_1 " ,
427
427
attributes: nil )
428
428
429
- XCTAssertEqual ( notificationExperiment, nil )
429
+ XCTAssertEqual ( notificationExperiment, " ab_running_exp_audience_combo_exact_foo_or_true__and__42_or_4_2 " )
430
430
XCTAssertEqual ( notificationVariation, nil )
431
431
XCTAssertEqual ( notificationType, Constants . DecisionTypeKeys. abTest)
432
432
self . optimizely2? . notificationCenter. clearAllNotificationListeners ( )
@@ -470,7 +470,7 @@ class DecisionListenerTests: XCTestCase {
470
470
471
471
_ = try ? optimizely2? . getVariation ( experimentKey: " ab_running_exp_audience_combo_exact_foo_or_true__and__42_or_4_2 " , userId: " test_user_1 " )
472
472
473
- XCTAssertEqual ( notificationExperiment, nil )
473
+ XCTAssertEqual ( notificationExperiment, " ab_running_exp_audience_combo_exact_foo_or_true__and__42_or_4_2 " )
474
474
XCTAssertEqual ( notificationVariation, nil )
475
475
XCTAssertEqual ( notificationType, Constants . DecisionTypeKeys. abTest)
476
476
self . optimizely2? . notificationCenter. clearAllNotificationListeners ( )
You can’t perform that action at this time.
0 commit comments