Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: AATesting #536

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Added: AATesting #536

merged 1 commit into from
Feb 12, 2019

Conversation

Ant-hem
Copy link
Member

@Ant-hem Ant-hem commented Feb 4, 2019

Q A
New feature? Yes
BC breaks? no
Need Doc update yes

Added the AA Testing feature and its related test suite.

@@ -77,10 +79,41 @@ public void createModifyAndDeleteABTests() throws AlgoliaException, InterruptedE
assertThat(inserted.getStatus()).isEqualTo("stopped");

waitForCompletion(analytics.deleteABTest(inserted.getAbTestID()));
Boolean isEmpty = false;
boolean isEmpty = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure you need a boolean reference here.

@aseure aseure merged commit a7192a5 into master Feb 12, 2019
@aseure aseure deleted the feat/aaTesting branch February 12, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants