Github user ejwhite922 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/172#discussion_r160455634
--- Diff:
extras/indexing/src/test/java/org/apache/rya/api/client/mongo/MongoInstallIT.java
---
@@ -78,6 +78,47 @@ public void install() throws
DuplicateInstanceNameException, RyaClientException
assertTrue("Tables missing from:" + expected + " actual:" + found,
expected.size() == count);
assertTrue("Instance should exist.",
instanceExists.exists(ryaInstance));
}
+
+ @Test
--- End diff --
Spacing off
---