diff --git a/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java b/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java index c08699934..921e3da23 100644 --- a/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java +++ b/astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java @@ -143,7 +143,7 @@ public class ABTests { addTest(AB_SOCIAL_REMINDERS, new int[] { 1, 1 }, new int[] { 1, 1 }, new String[] { "no-faces", "show-faces" }); //$NON-NLS-1$ //$NON-NLS-2$ - addTest(AB_DRAG_DROP, new int[] { 0, 1 }, + addTest(AB_DRAG_DROP, new int[] { 3, 1 }, new int[] { 1, 0 }, new String[] { "off-by-default", "on-by-default" }); //$NON-NLS-1$ //$NON-NLS-2$ } }