Skip to content

Conversation

@cyenyxe
Copy link
Contributor

@cyenyxe cyenyxe commented May 1, 2018

Added optional date parameter to endpoint.


List<VariantStudySummary> results = queryResponse.getResponse().get(0).getResult();
assertTrue(results.size() >= 1);
System.out.println(results);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove or use logger

Copy link
Contributor

@pabarcgar pabarcgar left a comment

Choose a reason for hiding this comment

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

Approved changes, but subjected to possible change of naming

assertEquals(1, queryResponse.getResponse().size());

List<VariantStudySummary> results = queryResponse.getResponse().get(0).getResult();
assertEquals(0, results.size());
Copy link
Contributor

Choose a reason for hiding this comment

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

@jmmut jmmut changed the base branch from develop to master October 19, 2018 14:23
Copy link
Contributor

@sundarvenkata-EBI sundarvenkata-EBI left a comment

Choose a reason for hiding this comment

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

Rebasing needed. Merge must be done after EVA-1984 is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants