File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ public enum ABTest: String, CaseIterable {
77 /// `An enum with no cases cannot declare a raw type`
88 case null
99
10- /// A/A test for ExPlat integration in the logged in state.
11- /// Experiment ref: pbxNRc-1QS-p2
12- ///
13- case aaTestLoggedIn202210 = " woocommerceios_explat_aa_test_logged_in_202210 "
14-
1510 /// A/A test to make sure there is no bias in the logged out state.
1611 /// Experiment ref: pbxNRc-1S0-p2
1712 case aaTestLoggedOut = " woocommerceios_explat_aa_test_logged_out_202211 "
@@ -35,7 +30,7 @@ public enum ABTest: String, CaseIterable {
3530 /// When adding a new experiment, add it to the appropriate case depending on its context (logged-in or logged-out experience).
3631 public var context : ExperimentContext {
3732 switch self {
38- case . aaTestLoggedIn202210 , . productsOnboardingBanner:
33+ case . productsOnboardingBanner:
3934 return . loggedIn
4035 case . aaTestLoggedOut, . abTestLoginWithWPComOnly:
4136 return . loggedOut
You can’t perform that action at this time.
0 commit comments