Github user jdasch commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/216#discussion_r135038577
  
    --- Diff: 
extras/indexing/src/test/java/org/apache/rya/indexing/entity/query/EntityQueryNodeTest.java
 ---
    @@ -152,7 +153,7 @@ public void constructor_wrongType() throws Exception {
     
         @Test
         public void evaluate_constantSubject() throws Exception {
    -        final MongoClient client = 
MockMongoFactory.newFactory().newMongoClient();
    +        final MongoClient client = MockMongoSingleton.getInstance();
    --- End diff --
    
    I think there could be value to accessing the MongoClient from MongoITBase 
(instead of the MockMongoSingleton.getInstance()), or that `@Rule` I mentioned.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to