Skip to content

Commit bd6009b

Browse files
authored
Merge pull request #7616 from woocommerce/issue/7407-logged-in-aatest-v2
[ExPlat] Update the logged-in A/A test to the new experiment
2 parents 4d4b764 + 7fa644a commit bd6009b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Experiments/Experiments/ABTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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.
10+
/// A/A test for ExPlat integration in the logged in state.
1111
/// Experiment ref: pbxNRc-1QS-p2
1212
///
13-
case aaTest202208 = "woocommerceios_explat_aa_test_202208"
13+
case aaTest202209 = "woocommerceios_explat_aa_test_logged_in_202209"
1414

1515
/// A/A test to make sure there is no bias in the logged out state.
1616
/// Experiment ref: pbxNRc-1S0-p2

0 commit comments

Comments
 (0)