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

Vision Product Search - GA #1257

Merged
merged 13 commits into from
Nov 27, 2018
Prev Previous commit
Next Next commit
fixing failing tests
  • Loading branch information
nirupa-kumar committed Nov 21, 2018
commit a87e0d995b9d1f83b66df6ed55b7b1752a037ce2
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void testImportProductSets() throws Exception {

// Assert
String got = bout.toString();
System.out.println(got);
assertThat(got).doesNotContain(PRODUCT_SET_ID);

// Act
Expand Down