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 4d4b764 commit 7fa644aCopy full SHA for 7fa644a
Experiments/Experiments/ABTest.swift
@@ -7,10 +7,10 @@ public enum ABTest: String, CaseIterable {
7
/// `An enum with no cases cannot declare a raw type`
8
case null
9
10
- /// A/A test for ExPlat integration.
+ /// A/A test for ExPlat integration in the logged in state.
11
/// Experiment ref: pbxNRc-1QS-p2
12
///
13
- case aaTest202208 = "woocommerceios_explat_aa_test_202208"
+ case aaTest202209 = "woocommerceios_explat_aa_test_logged_in_202209"
14
15
/// A/A test to make sure there is no bias in the logged out state.
16
/// Experiment ref: pbxNRc-1S0-p2
0 commit comments